Advertisement
Guest User

Untitled

a guest
Sep 29th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.15 KB | None | 0 0
  1. package main
  2.  
  3. import (
  4.     "fmt"
  5.     "runtime"
  6.     "systemcall"
  7. )
  8.  
  9. func main() {
  10.     runtime.GOMAXPROCS(1)
  11.  
  12.     fmt.Println("Serving...")
  13.     systemcall.Serve()
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement