├── .gitignore ├── LICENSE ├── README.mkd ├── go.mod ├── main.go └── script └── release /.gitignore: -------------------------------------------------------------------------------- 1 | anew 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomnomnom/anew/HEAD/LICENSE -------------------------------------------------------------------------------- /README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomnomnom/anew/HEAD/README.mkd -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomnomnom/anew/HEAD/go.mod -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomnomnom/anew/HEAD/main.go -------------------------------------------------------------------------------- /script/release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomnomnom/anew/HEAD/script/release --------------------------------------------------------------------------------