Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.