This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
1 parent
eb03075
commit 915700a
Showing
2 changed files
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ func main() { | |
return | ||
} | ||
|
||
zap.L().Info("magneticod v0.11.0 has been started.") | ||
zap.L().Info("magneticod v0.12.0 has been started.") | ||
zap.L().Info("Copyright (C) 2017-2020 Mert Bora ALPER <[email protected]>.") | ||
zap.L().Info("Dedicated to Cemile Binay, in whose hands I thrived.") | ||
zap.S().Infof("Compiled on %s", compiledOn) | ||
|
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 |
---|---|---|
|
@@ -61,7 +61,7 @@ func main() { | |
defer logger.Sync() | ||
zap.ReplaceGlobals(logger) | ||
|
||
zap.L().Info("magneticow v0.11.0 has been started.") | ||
zap.L().Info("magneticow v0.12.0 has been started.") | ||
zap.L().Info("Copyright (C) 2017-2020 Mert Bora ALPER <[email protected]>.") | ||
zap.L().Info("Dedicated to Cemile Binay, in whose hands I thrived.") | ||
zap.S().Infof("Compiled on %s", compiledOn) | ||
|