Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dqfan2012/playground
This is my Go playground and scratchpad. This is where I practice and learn intricacies of the Go programming langauge.
https://github.com/dqfan2012/playground
Last synced: 18 days ago
JSON representation
This is my Go playground and scratchpad. This is where I practice and learn intricacies of the Go programming langauge.
- Host: GitHub
- URL: https://github.com/dqfan2012/playground
- Owner: dqfan2012
- Created: 2024-07-07T07:44:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T21:11:32.000Z (5 months ago)
- Last Synced: 2024-07-23T00:49:52.319Z (5 months ago)
- Language: Go
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Playground
This is my go "scratchpad" or "playground." Where I learn and practice the intricacies of the Go programming language.
I had a repository called [go-scratchpad](https://github.com/dqfan2012/go-scratchpad). After practicing and learning Go
for a while, I come to realize that the name of my repository didn't follow the naming conventions for Go modules. I
created a new repository with a properly named Go module. I'm migrating the code from my original repository to here.
This repo will be my scratchpad/playground moving forward.## Contributions
This project is not open to contributions, pull requests, etc.