Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mblayman/go-std-app
Make a Go app using nothing but the standard library
https://github.com/mblayman/go-std-app
Last synced: 18 days ago
JSON representation
Make a Go app using nothing but the standard library
- Host: GitHub
- URL: https://github.com/mblayman/go-std-app
- Owner: mblayman
- License: mit
- Created: 2024-08-09T01:31:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T05:04:33.000Z (3 months ago)
- Last Synced: 2024-10-11T11:25:36.246Z (about 1 month ago)
- Language: Go
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-std-app
Make a Go app using nothing but the standard library
## Run
```
go run app.go
# Stop with Ctrl+C
```There are numbered branches that show the app at each stage of addition.