Tutorial: Golang Tutorial for Beginners | Full Go Course by TechWorld with Nana
Go Docs: Documentation
- Download this repo or run:
$ git clone git@github.com:kayprogrammer/booking_app.git
- Install Go
$ sudo apt install golang
- Build and run server
$ go run main.go
OR
$ go run .