Skip to content

Instantly share code, notes, and snippets.

@shemul
Created September 22, 2020 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shemul/f97334447c5162a7280363e717c9713b to your computer and use it in GitHub Desktop.
Save shemul/f97334447c5162a7280363e717c9713b to your computer and use it in GitHub Desktop.
mips.go
package main
import (
"fmt"
)
func main() {
fmt.Println("hello from the router")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment