Skip to content

Commit

Permalink
marshal Append
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Oct 26, 2024
1 parent a28052f commit 316f1dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ import (
"github.com/ddkwork/golibrary/stream"
)

func TestUpdateAppModule(t *testing.T) {
func init() {
mylog.FormatAllFiles()
}
func TestUpdateAppModule(t *testing.T) {
if !stream.IsDir("D:\\workspace\\workspace\\app") {
return
}
Expand Down

0 comments on commit 316f1dc

Please sign in to comment.