document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. // Path: GOPATH/src/foo/foo.go
  2. package foo
  3.  
  4. func foo1() string {
  5.     return "foo1"
  6. }
  7.  
  8. func Foo2() string {
  9.     return "Foo2"
  10. }
');