ソースを参照

Use forked errorutil

(Avoid fetching the full camlistore repository on each test build)
Ask Bjørn Hansen 12 年 前
コミット
abdf9d05e3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      zones.go

+ 1 - 1
zones.go

@@ -1,10 +1,10 @@
 package main
 
 import (
-	"camlistore.org/pkg/errorutil"
 	"encoding/json"
 	"fmt"
 	"github.com/abh/dns"
+	"github.com/abh/errorutil"
 	"io/ioutil"
 	"log"
 	"net"