https://github.com/tansudasli/go-sandbox
golang core concepts
https://github.com/tansudasli/go-sandbox
go
Last synced: about 1 month ago
JSON representation
golang core concepts
- Host: GitHub
- URL: https://github.com/tansudasli/go-sandbox
- Owner: tansudasli
- License: apache-2.0
- Created: 2020-12-26T18:47:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-26T19:35:46.000Z (almost 5 years ago)
- Last Synced: 2023-03-07T03:47:23.933Z (over 2 years ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-sandbox
core golang concepts## How to Run
- From commandline, run `go -o helloworld helloworld.go`, then `./helloworld`