Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otaviof/golang-ex
Example of serving static files with Golang
https://github.com/otaviof/golang-ex
Last synced: about 1 month ago
JSON representation
Example of serving static files with Golang
- Host: GitHub
- URL: https://github.com/otaviof/golang-ex
- Owner: otaviof
- Created: 2021-02-22T08:02:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T11:02:00.000Z (over 3 years ago)
- Last Synced: 2023-03-10T21:47:45.125Z (over 1 year ago)
- Language: Go
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`golang-ex`
-----------Simple Golang application to serve a simple `index.html` page, and static content.
To build or run the application, use:
```sh
go build .
go run .
```Or, install via `go get`:
```sh
go get -v -u github.com/otaviof/golang-ex
```