File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- __ __ _
2- | \/ | __ _ ___ ___ _ __ __| | ___
3- | |\/| |/ _` |/ __/ _ \| '_ \ / _` |/ _ \
4- | | | | (_| | (_| (_) | | | | (_| | (_) |
5- |_| |_|\__,_|\___\___/|_| |_|\__,_|\___/
1+ __ __ _
2+ | \/ | __ _ ___ ___ _ __ __| | ___
3+ | |\/| |/ _` |/ __/ _ \| '_ \ / _` |/ _ \
4+ | | | | (_| | (_| (_) | | | | (_| | (_) |
5+ |_| |_|\__,_|\___\___/|_| |_|\__,_|\___/
66
7- (C) César del Solar 2014-2024
7+ (C) César del Solar 2014-
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ func main() {
4040 panic (err )
4141 }
4242 exPath := filepath .Dir (ex )
43- fmt .Println ( macondobanner )
43+ fmt .Printf ( "%s%d \n " , macondobanner , time . Now (). Year () )
4444 fmt .Println (GitVersion )
4545
4646 log .Info ().Msgf ("executable path: %v" , exPath )
You can’t perform that action at this time.
0 commit comments