https://github.com/tupizz/golang-lab
golang-lab
https://github.com/tupizz/golang-lab
Last synced: 2 months ago
JSON representation
golang-lab
- Host: GitHub
- URL: https://github.com/tupizz/golang-lab
- Owner: tupizz
- Created: 2022-03-15T15:08:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T15:50:51.000Z (about 3 years ago)
- Last Synced: 2025-02-09T14:47:16.604Z (4 months ago)
- Language: Go
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
useful commands
```
go mod init
cd 01-packages
go build
go get github.com/badoux/checkmail
go mod tidy # remove all deps not being used
```