mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-06 23:42:17 +00:00
r.Context is undefined while trying to build project #299
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 @truelecter on GitHub.
@paolafrancesca commented on GitHub:
https://www.joeshaw.org/revisiting-context-and-http-handler-for-go-17/
you may have a go version lower than 1.7 @TrueLecter
@truelecter commented on GitHub:
Yep, that was my bad. Thought that golang version in repos are up to date. Appears that it is 1.6. Installed 1.11 ad everything worked
Thanks for your awesome project!
@paolafrancesca commented on GitHub:
14:23 $ go version
go version go1.11.1 darwin/amd64
✔
14:23 $ go build -o transfersh main.go
✔