[go-nuts] godoc memory leak

2019-06-17 Thread christopher.dang via golang-nuts
Hi all, I've been playing around with an internal godoc server and noticed that over long periods of time the memory growth is unbounded. The command I use to invoke godoc is *godoc -index=true -index_interval=15m -index_throttle=.30 -maxresults=0*. The following images below track the memo

[go-nuts] "go build" breaks with go modules -- error messages says repo is trying to import itself...

2019-07-02 Thread christopher.dang via golang-nuts
Hello, I'm migrating my codebase from dep to go modules. I'm able to run go get ./... without any problems but when I run go build I get the following error message: can't load package: package github.com/WeConnect/alpha: unknown import path "github.com/WeConnect/alpha": cannot find module prov