mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 09:57:24 +00:00
Comment to explain Go format breakdown
This commit is contained in:
2
main.go
2
main.go
@ -14,7 +14,9 @@ import (
|
||||
// Configurable section
|
||||
var downloadPath = "/tmp/"
|
||||
var outputFormat = "┌───[ $USER @ $DEVICE ] [ $ID ] [ $DATE - $TIME ]\n└╼ $MSG"
|
||||
// 02 = Day, JAN = Month, 06 = Year
|
||||
var dateFormat = "02JAN06"
|
||||
// 15 = hours, 04 = minutes, 05 = seconds
|
||||
var timeFormat = "15:04"
|
||||
// End configurable section
|
||||
|
||||
|
||||
Reference in New Issue
Block a user