diff options
author | Teddy Wing | 2017-06-03 15:35:15 +0200 |
---|---|---|
committer | Teddy Wing | 2017-06-03 15:35:15 +0200 |
commit | 10b741fb0c8e9c61647ea8ff977d6242fc86656e (patch) | |
tree | c352e0893d4d4eed43a843d35cb503916aac6fe3 /main.go | |
parent | 72cfd2966b0de3ae96a37005848087055c4b944a (diff) | |
download | timetasker-10b741fb0c8e9c61647ea8ff977d6242fc86656e.tar.bz2 |
Run gofmt on all project files
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ type Config struct { Username string PasswordCmd string `toml:"password_cmd"` } - Profile timetask.Profile + Profile timetask.Profile Projects map[string]timetask.Project } |