Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from jeffbyrnes/fix-publicsuffix
Browse files Browse the repository at this point in the history
Fix publicsuffix export
  • Loading branch information
tstromberg authored Oct 17, 2018
2 parents 7217712 + 3816297 commit 573c0ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Building requires Go 1.2 to be installed: http://golang.org/
export GOPATH=`pwd`
git clone https://github.com/google/namebench.git src/github.com/google/namebench
go get github.com/mattn/go-sqlite3
go get code.google.com/p/go.net/publicsuffix
go get golang.org/x/net/publicsuffix
go get github.com/miekg/dns
```

Expand Down
2 changes: 1 addition & 1 deletion history/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package history

import (
"code.google.com/p/go.net/publicsuffix"
"golang.org/x/net/publicsuffix"
"log"
"math/rand"
"net/url"
Expand Down

0 comments on commit 573c0ec

Please sign in to comment.