Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. package main
  2.  
  3. import (
  4. "fmt"
  5. "github.com/memiux/hello"
  6. )
  7.  
  8. func main() {
  9. fmt.Println(pepe.Message())
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement