diff options
author | Teddy Wing | 2017-06-03 18:17:33 +0200 |
---|---|---|
committer | Teddy Wing | 2017-06-03 18:17:33 +0200 |
commit | 50f55979af1950150306e9fd9835f4f4dc441cf5 (patch) | |
tree | e0b1758b0f6eadcf79d24d065a00fd58b38d7548 /main.go | |
parent | 633bd9a65820a82c9d36ce4cdbcdead236a16774 (diff) | |
download | timetasker-50f55979af1950150306e9fd9835f4f4dc441cf5.tar.bz2 |
main.go: Run goimports
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,8 +1,8 @@ package main import ( - "io/ioutil" "fmt" + "io/ioutil" "log" "os" "time" |