Closed iharsuvorau closed 6 years ago
Trying to go get on another machine:
go get
$ go get github.com/ponzu-cms/ponzu/...
receive the error:
# github.com/ponzu-cms/ponzu/system/tls ../../ponzu-cms/ponzu/system/tls/enable.go:79: m.HTTPHandler undefined (type autocert.Manager has no field or method HTTPHandler)
Thx for reporting this. Can you try with the -u option?
-u
go get -u github.com/ponzu-cms/ponzu/...
@nilslice yes, it's okay now with -u and without it, thank you.
Ok, thank you.
Trying to
go get
on another machine:receive the error: