Use custom domain for imports.

This commit is contained in:
Mikkel Krautz 2012-03-10 13:18:57 +01:00
parent 6ab358c5e1
commit dc303e6b1e
7 changed files with 26 additions and 26 deletions

View file

@ -6,7 +6,7 @@ package main
import (
"fmt"
"github.com/mkrautz/grumble/pkg/logtarget"
"mumbleapp.com/grumble/pkg/logtarget"
"os"
"os/signal"
"syscall"