Browse Source

Use forked errorutil

(Avoid fetching the full camlistore repository on each test build)
Ask Bjørn Hansen 12 years ago
parent
commit
abdf9d05e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zones.go

+ 1 - 1
zones.go

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