This website requires JavaScript.
Explore
Help
Sign In
facat
/
gopam
Watch
1
Star
0
Fork
You've already forked gopam
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
2fb2affe28
gopam
/
pam.go
11 lines
100 B
Go
Raw
Blame
History
// pam 用Go来写PAM
package
main
import
(
"fmt"
)
func
main
(
)
{
fmt
.
Println
(
"Hello World!"
)
}
Reference in New Issue
View Git Blame
Copy Permalink