Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cirolee/go-static-server

static-server build with golang
https://github.com/cirolee/go-static-server

Last synced: about 1 month ago
JSON representation

static-server build with golang

Awesome Lists containing this project

README

        

# go-static-server
static-server build with golang

# develop
```shell
# init
go mod tidy
# debug
go run .
```
# build
```shell
# build for linux
chmod +x ./build.sh
./build.sh
```