sheret
sheret copied to clipboard
A tiny, simple static file web server.
Hi, I tried to compile from sources (latest) ~~~~bash cd build go build -ldflags="-s -w" ../src/sheret.go ~~~~ All I got is ~~~~ ../src/sheret.go:20:3: cannot find package "github.com/pkg/browser" in any of:...
I am building a static site that uses Javascript to talk a remote REST API. I believe this is very popular web design because it lets you serve dynamic content...
Hi Ethan, I've changed the dependencies from "github.com/pkg/browser" to "github.com/icza/gox/osx" because it is much smaller and has no sub-dependency itself! I've added the missing licenses for Go and Gox (they...