Add support for Go modules, issue #141

This commit is contained in:
Milan Nikolic 2021-07-14 16:51:35 +02:00
parent 8ff192f923
commit ccae99cbf6
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
7 changed files with 70 additions and 0 deletions

3
raylib/go.mod Normal file
View file

@ -0,0 +1,3 @@
module github.com/gen2brain/raylib-go/raylib
go 1.16