go-fed / activity

ActivityStreams & ActivityPub in golang, oh my!
BSD 3-Clause "New" or "Revised" License
703 stars 112 forks source link

Experimental Tool: Remove 'prefix' default value. #83

Closed cjslep closed 5 years ago

cjslep commented 5 years ago

Also ensure that we are able to use an empty string prefix.

cjslep commented 5 years ago

ed1a715571c709a8bbff4a5a900077a5eef66b7b changes prefix to path, which can no longer be empty. It autodetects under the GOPATH env variable if needed.