Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gocs/groom
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gocs/groom
- Owner: gocs
- License: mit
- Created: 2018-09-16T15:26:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T16:00:54.000Z (over 6 years ago)
- Last Synced: 2024-11-08T23:33:14.523Z (2 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# groom
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)web server
## getting started
to run the files
```sh
go run *.go
```to create main.exe
```sh
$ go build main.go handler.go page.go validation.go
```
um `go build` sets name to handler.exehome is `localhost:8080/list`