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
|
// Package pam provides a wrapper for the application layer of the
|
||||||
// Pluggable Authentication Modules library.
|
// Pluggable Authentication Modules library.
|
||||||
package gopam
|
package pam
|
||||||
|
|
||||||
import (
|
import (
|
||||||
//#include "gopam.h"
|
//#include "golang-pam.h"
|
||||||
//#cgo LDFLAGS: -lpam
|
//#cgo LDFLAGS: -lpam
|
||||||
"C"
|
"C"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
// MACHINE GENERATED - DO NOT EDIT.
|
// MACHINE GENERATED - DO NOT EDIT.
|
||||||
|
|
||||||
package gopam
|
package pam
|
||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
const (
|
const (
|
||||||
|
|||||||
Reference in New Issue
Block a user