Package naming
This commit is contained in:
4
pam.go
4
pam.go
@@ -1,9 +1,9 @@
|
||||
// Package pam provides a wrapper for the application layer of the
|
||||
// Pluggable Authentication Modules library.
|
||||
package gopam
|
||||
package pam
|
||||
|
||||
import (
|
||||
//#include "gopam.h"
|
||||
//#include "golang-pam.h"
|
||||
//#cgo LDFLAGS: -lpam
|
||||
"C"
|
||||
"unsafe"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
// MACHINE GENERATED - DO NOT EDIT.
|
||||
|
||||
package gopam
|
||||
package pam
|
||||
|
||||
// Constants
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user