https://github.com/literat/go-tour
Starting With Go Lang
https://github.com/literat/go-tour
go golang
Last synced: about 1 month ago
JSON representation
Starting With Go Lang
- Host: GitHub
- URL: https://github.com/literat/go-tour
- Owner: literat
- Created: 2019-03-27T20:51:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T21:29:37.000Z (about 6 years ago)
- Last Synced: 2025-02-01T15:14:27.636Z (3 months ago)
- Topics: go, golang
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Lang Tour
- build: `go build hello.go`
- run: `./hello`