├── README.md ├── assets ├── index.html └── main.css └── main.go /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freman/goterm/HEAD/README.md -------------------------------------------------------------------------------- /assets/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freman/goterm/HEAD/assets/index.html -------------------------------------------------------------------------------- /assets/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freman/goterm/HEAD/assets/main.css -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freman/goterm/HEAD/main.go --------------------------------------------------------------------------------