this is a hello world program in Golang
git clone https://github.com/isNagatoYuki/HelloWorld.git
cd HelloWorld
go build -ldflags "-s -w" -o helloworld.go
./helloworld
If you want to contribute to this project, just fork it and make a pull request.
This project is licensed under the MIT License - see the LICENSE file for details