diff options
author | Teddy Wing | 2017-03-19 23:59:40 +0100 |
---|---|---|
committer | Teddy Wing | 2017-03-19 23:59:40 +0100 |
commit | e7a1b554048296a9ca2b6da49b966aa1e7b3dcdd (patch) | |
tree | de157bbf310c2ded8843f1e78234c290ed1b7b4a | |
parent | ca1e693cbde486d4a8f62bc6b41f72fc3922c299 (diff) | |
download | timetasker-e7a1b554048296a9ca2b6da49b966aa1e7b3dcdd.tar.bz2 |
main.go: Change import to use `github.com` URL
Use a GitHub path instead of my custom project path to allow us to
publish the project.
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ import ( "log" "os" - "com.teddywing/timetasker/timetask" + "github.com/teddywing/timetasker/timetask" "gopkg.in/yaml.v2" ) |