Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```