You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
The script pulls in the latest version of the closure library, which is now unsupported by the version of the compiler.
Downgrade the closure library to the same version as the compiler:
cd "$GOPATH/src/github.com/google/battery-historian/third_party/closure-library"
git checkout v20170409
cd "$GOPATH/src/github.com/google/battery-historian"
go run setup.go
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to compile the code on my machine, I had the following two errors:
I tried to add the "{", but it didn't work out, as I don't have practice with json, could you help, please?
The text was updated successfully, but these errors were encountered: