package main import ( "fmt" "log" g "github.com/gosnmp/gosnmp" ) func main(){ println("main.go is here to go!") }