rename. add notes

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-22 09:00:05 -06:00
parent 03eb4fb389
commit 3ba652743c
1 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,14 @@
package forgepb
/*
check settings for a particular gopath
this provides checks for:
IsReadOnly() // user can't push commits
IsPrivate() // repo can't be published to the pkg.go.dev system
DebName() // for 'zookeeper' returns 'zookeeper-go'
*/
import (
"strings"
)