Skip to content

Commit

Permalink
teste
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-couto committed Mar 17, 2022
1 parent ad0ed40 commit c110573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func CreateFileDay(message *Message) {
}
defer f.Close()

message.Log.Println(message)
message.Log.Println("dfdsfhdksfsdkfjsdkfsdf")
fmt.Println(message)
}

Expand Down

0 comments on commit c110573

Please sign in to comment.