Updated path

This commit is contained in:
Lars Scheibling
2024-01-12 09:20:18 +00:00
parent fabe599f29
commit c1a0f72fa1
19 changed files with 21 additions and 30 deletions

View File

@@ -11,11 +11,11 @@
//
// For example:
//
// //go:generate go run github.com/msteinert/pam/v2/pam-moduler
// //go:generate go run git.cloudyne.io/go/msteinert-go-pam/v2/pam-moduler
// //go:generate go generate --skip="pam_module"
// package main
//
// import "github.com/msteinert/pam/v2"
// import "git.cloudyne.io/go/msteinert-go-pam/v2"
//
// type ExampleHandler struct{}
// var pamModuleHandler pam.ModuleHandler = &ExampleHandler{}
@@ -229,7 +229,7 @@ import (
"fmt"
"os"
"unsafe"
"github.com/msteinert/pam/v2"
"git.cloudyne.io/go/msteinert-go-pam/v2"
)
`)