https://github.com/thomasstep/golangplayground
Experimentation with Go
https://github.com/thomasstep/golangplayground
Last synced: 6 months ago
JSON representation
Experimentation with Go
- Host: GitHub
- URL: https://github.com/thomasstep/golangplayground
- Owner: thomasstep
- Created: 2022-05-31T20:34:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T12:39:43.000Z (almost 4 years ago)
- Last Synced: 2024-06-19T13:34:37.202Z (about 2 years ago)
- Language: Go
- Size: 1.03 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golangplayground
Experimentation with Go
# Package
As I was creating this repo I read up and learned that golang package names can only consist of letters and underscores (`_`). If you look back at the first commit I used a hyphen (`-`) and in the second commit fixed it...whoops.
# File Structure
I tried to follow https://github.com/golang-standards/project-layout
# Building and running
A script is included to build binaries and place them in the `bin/` folder.