Guest User

Untitled

a guest
Oct 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $GOPATH/
  2. src/
  3. huru/
  4. side.go
  5. hello.go
  6.  
  7. package main
  8.  
  9. import (
  10. "encoding/json"
  11. "log"
  12. "net/http"
  13. "github.com/gorilla/mux"
  14. )
  15.  
  16. Foo()
  17.  
  18. package main
  19.  
  20. func Foo() {
  21.  
  22. }
  23.  
  24. go install huru
  25.  
  26. # huru
  27. src/huru/hello.go:12:1: syntax error: non-declaration statement outside function body
Add Comment
Please, Sign In to add comment