rename. add notes
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
03eb4fb389
commit
3ba652743c
|
@ -1,5 +1,14 @@
|
||||||
package forgepb
|
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 (
|
import (
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
Loading…
Reference in New Issue