Browse Source

go fmt

pull/1/head
Sam 5 years ago
parent
commit
4f7655dfd6
  1. 5
      main.go

5
main.go

@ -12,16 +12,15 @@ import ( @@ -12,16 +12,15 @@ 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
var k = keybase.NewKeybase()

Loading…
Cancel
Save