package smsgateway import "fmt" func main() { fmt.Println("Hello, World!") }