Skip to content

Instantly share code, notes, and snippets.

@alco
Created March 23, 2013 16:39
Show Gist options
  • Save alco/5228352 to your computer and use it in GitHub Desktop.
Save alco/5228352 to your computer and use it in GitHub Desktop.
~/home/go/
λ go get
# _/Users/alco/home/go
./dynamic_new.go:17: main redeclared in this block
previous declaration at ./crawl.go:47
./fastinvsqrt.go:15: main redeclared in this block
previous declaration at ./dynamic_new.go:17
./fib.go:17: main redeclared in this block
previous declaration at ./fastinvsqrt.go:15
./find.go:22: main redeclared in this block
previous declaration at ./fib.go:17
./gen.go:17: main redeclared in this block
previous declaration at ./find.go:22
./gen_fun.go:5: makeEvenGenerator redeclared in this block
previous declaration at ./gen.go:5
./gen_fun.go:13: main redeclared in this block
previous declaration at ./gen.go:17
./generic.go:5: main redeclared in this block
previous declaration at ./gen_fun.go:13
./go1.go:22: main redeclared in this block
previous declaration at ./generic.go:5
./main.go:6: main redeclared in this block
previous declaration at ./go1.go:22
./main.go:6: too many errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment