views
309

This is the test page for the GJ API for the Go Language.

You can download the API very easily

		
			go get github.com/TrickyGameJolt/GoGameJolt
		
	

Now all parts of your Go source should contain the line

		
			import "github.com/TrickyGameJolt/GoGameJolt"
		
	

Please note the package name is "gj" so all commands will have to be referred to as
gj.MyGJFunction() and not GoGameJolt.MyGJFunction()

A complete command reference can be generated this way:

		
			godoc github.com/TrickyGameJolt/GoGameJolt
		
	

I've turned off the comments, because it's not fruitful for me to handle suggestions or bug reports here. Please use my issue tracker for that. Thank you. ;)

5d096d211733c.png

#other



all-ages

Game Jolt API for the Go language

First version