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

8
go/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Raylib in Go
## Quick start
```sh
$ make
$ ./raylib_go
```