Fix api reference in main.go

Bummer.
This commit is contained in:
Johann Richard 2018-02-04 17:40:42 +01:00 committed by GitHub
parent c051321b11
commit 8537b74a58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
"github.com/sirupsen/logrus"
"./api"
"github.com/mpolden/ipd/api"
)
func main() {