Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.13 KB | None | 0 0
  1. import "fmt"
  2.  
  3. func init() {
  4.     fmt.Println("Syncing databases...")
  5. }
  6.  
  7. func main() {
  8.     fmt.Println("Handle /endpoints here...")
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement