-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release dirRenameCopy tagClassification
- Loading branch information
纯真Ccc
committed
Oct 2, 2021
1 parent
6a61751
commit 681b52b
Showing
8 changed files
with
45 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
# golang | ||
/pkg | ||
http-client.private.env.json | ||
go.sum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
module github.com/daizc311/TidyFilesScript/dirRenameCopy | ||
|
||
require github.com/sirupsen/logrus v1.8.1 | ||
require ( | ||
github.com/daizc311/TidyFilesScript/config v0.0.0 | ||
github.com/sirupsen/logrus v1.8.1 | ||
) | ||
|
||
replace github.com/daizc311/TidyFilesScript/config => ../config | ||
|
||
go 1.16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
module github.com/daizc311/TidyFilesScript/tagClassification | ||
|
||
require github.com/sirupsen/logrus v1.8.1 | ||
require ( | ||
github.com/daizc311/TidyFilesScript/config v0.0.0 | ||
github.com/sirupsen/logrus v1.8.1 | ||
) | ||
|
||
replace github.com/daizc311/TidyFilesScript/config => ../config | ||
|
||
go 1.16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters