matthewmueller / joy

A delightful Go to Javascript compiler (ON HOLD)
https://mat.tm/joy
GNU General Public License v3.0
1.32k stars 35 forks source link

go get cmd/... fail #57

Closed 1l0 closed 6 years ago

1l0 commented 6 years ago
$ go get -u github.com/matthewmueller/joy/cmd/...
# github.com/matthewmueller/joy/internal/cli
github.com/matthewmueller/joy/internal/cli/cli.go:37:14: stats.Client.Set undefined (type *analytics.Analytics has no field or method Set)
aitva commented 6 years ago

I have the same problem. I get multiple errors:

# github.com/matthewmueller/joy/internal/cli
github.com/matthewmueller/joy/internal/cli/cli.go:37:14: stats.Client.Set undefined (type *analytics.Analytics has no field or method Set)
...
# github.com/matthewmueller/joy/stdlib/time
github.com/matthewmueller/joy/stdlib/time/time.go:46:9: constant 60000000000 overflows int
github.com/matthewmueller/joy/stdlib/time/time.go:52:9: constant 3600000000000 overflows int
...
# github.com/matthewmueller/joy/vdom/main
runtime.main_main·f: relocation target main.main not defined
runtime.main_main·f: undefined: "main.main"
...
# github.com/matthewmueller/joy/vdom/style
github.com/matthewmueller/joy/vdom/style/style.go:1039:27: Style redeclared in this block
        previous declaration at github.com/matthewmueller/joy/vdom/style/style.go:14:6
...
# github.com/matthewmueller/joy/vdom/title
github.com/matthewmueller/joy/vdom/title/title.go:1011:27: Title redeclared in this block
        previous declaration at github.com/matthewmueller/joy/vdom/title/title.go:14:6
...
matthewmueller commented 6 years ago

Hey guys, sorry for the install woes. This should be fixed now if you try again!