// pam 用Go来写PAM package main import ( "fmt" ) func main() { fmt.Println("Hello World!") }