mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-05 23:12:18 +00:00
build error #335
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @emmaanuel on GitHub.
Trying to build the app from a fresh ubuntu install.
~/src/github.com/dutchcoders/transfer.sh$ go build -o transfersh main.go
github.com/dutchcoders/transfer.sh/vendor/github.com/VojtechVitek/ratelimit
vendor/github.com/VojtechVitek/ratelimit/throttle.go:39: r.Context undefined (type *http.Request has no field or method Context)
Did I miss something ?
@emmaanuel commented on GitHub:
I switch to go1.7 and it's working.