Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cirolee/go-static-server
- Owner: CiroLee
- Created: 2022-11-23T16:43:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T11:33:24.000Z (almost 2 years ago)
- Last Synced: 2024-11-03T17:23:28.800Z (3 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```