feat(go): implement

This commit is contained in:
2026-03-11 20:29:13 +01:00
parent 54f2fc9bd4
commit 4a4a630eaf
4 changed files with 76 additions and 0 deletions

2
go/Makefile Normal file
View File

@@ -0,0 +1,2 @@
raylib_go: main.go
go build -o raylib_go main.go