This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Description
Hi,
I tried to compile from sources (latest)
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:
(list of local go dependencies cache)
So there seem to be a missing dependance after all.
I tried to remove the dep from the include list, but the so-called "browser" package is effectively in use, and another error arises.
Any idea?