int128 / gpup

A command to upload photos and movies to Google Photos Library using the official Google Photos Library API
Apache License 2.0
220 stars 22 forks source link

unable to compile #37

Open markusgerber76 opened 5 years ago

markusgerber76 commented 5 years ago

: cannot find package "context" in any of: Trying to compile leads to errors in context. What is your dev environment? I am using go version go1.6.2 linux/amd64 in ubuntu xenial

int128 commented 5 years ago

You need to build on Go 1.7 or later since context is available as https://golang.org/doc/go1.7#context.

The released binaries are built on Go 1.11.