tangled
alpha
login
or
join now
quietengineer.fyi
/
pdsadmin
0
fork
atom
Go implementation of pdsadmin cli
0
fork
atom
overview
issues
1
pulls
pipelines
chore!: use tangled pkg name
quietengineer.fyi
6 months ago
36b51549
1a729fb9
2/2
build_and_test.yaml
success
26s
security.yaml
success
38s
+2
-2
2 changed files
expand all
collapse all
unified
split
go.mod
main.go
+1
-1
go.mod
···
1
1
-
module github.com/QuietEngineer/pdsadmin
1
1
+
module tangled.sh/quietengineer.fyi/pdsadmin
2
2
3
3
go 1.23.6
4
4
+1
-1
main.go
···
21
21
*/
22
22
package main
23
23
24
24
-
import "github.com/QuietEngineer/pdsadmin/cmd"
24
24
+
import "tangled.sh/quietengineer.fyi/pdsadmin/cmd"
25
25
26
26
func main() {
27
27
cmd.Execute()