Package naming

This commit is contained in:
Victor van Poppelen
2014-04-03 13:28:10 -04:00
parent 4c91b63e1e
commit 65c1bc251c
4 changed files with 3 additions and 3 deletions

4
pam.go
View File

@@ -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"

View File

@@ -2,7 +2,7 @@
// MACHINE GENERATED - DO NOT EDIT. // MACHINE GENERATED - DO NOT EDIT.
package gopam package pam
// Constants // Constants
const ( const (