-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule examples
updated
10 files
+2 −0 | .gitignore | |
+1 −1 | nameManager/README.md | |
+16 −31 | nameManager/actions.go | |
+60 −0 | nameManager/app.go | |
+1 −1 | nameManager/go.mod | |
+4 −0 | nameManager/go.sum | |
+6 −5 | nameManager/help.go | |
+28 −28 | nameManager/main.go | |
+26 −23 | nameManager/parseArgs.go | |
+2 −1 | nameManager/publish.go |