Skip to content

Instantly share code, notes, and snippets.

View tnt10128's full-sized avatar
🖥️
Sometimes, but very rarely, my code actually compiles.

TNT10128 tnt10128

🖥️
Sometimes, but very rarely, my code actually compiles.
  • United States
View GitHub Profile
@nathan-osman
nathan-osman / win32.go
Last active July 18, 2024 16:55
Simple Windows GUI application written in Go
package main
import (
"log"
"syscall"
"unsafe"
)
var (
kernel32 = syscall.NewLazyDLL("kernel32.dll")