https://github.com/jetbasrawi/simplepkg
An example demonstrating the structuring of a simple pkg application in Go with a single main package following the Github code layout conventions.
https://github.com/jetbasrawi/simplepkg
Last synced: 4 months ago
JSON representation
An example demonstrating the structuring of a simple pkg application in Go with a single main package following the Github code layout conventions.
- Host: GitHub
- URL: https://github.com/jetbasrawi/simplepkg
- Owner: jetbasrawi
- Created: 2016-03-26T16:50:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-26T16:50:35.000Z (about 10 years ago)
- Last Synced: 2024-12-06T21:04:26.533Z (over 1 year ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#simplepkg
This pkg forms part of a tutorial teaching the structuring and usage of Go code.
This is a simple package following the Github code layout convention described at https://github.com/golang/go/wiki/GithubCodeLayout