diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2017-10-09 01:26:35 +0200 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2017-10-09 01:26:35 +0200 |
| commit | 23555819c35b6ebea70460ad4695ada3ea92afea (patch) | |
| tree | ba940708418a11ff78576410ebd4b9dde70450be /log.go | |
| parent | b4d150602df5b9a61a3d3b1084524c9317c55cde (diff) | |
Diffstat (limited to 'log.go')
| -rw-r--r-- | log.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ func Log(text string) { } defer f.Close() - full := time.Now().String() + text + full := time.Now().String() + " "+ text if _, err = f.WriteString(full+"\n"); err != nil { panic(err) } |
