Git Product home page Git Product logo

Comments (7)

KevOrr avatar KevOrr commented on May 2, 2024 4

When you visit that url it redirects to github.com/golang/go. I'm able to grab publicsuffix by pulling from golang.org:

$ go get golang.org/x/net/publicsuffix

And changing the import line in history/filter.go to reflect this change:

@@ -4,3 +4,3 @@
 import (
-	"code.google.com/p/go.net/publicsuffix"
+	"golang.org/x/net/publicsuffix"
 	"log"

Though I still have the same problem as you where it seems to be looking for for an OSX-style path

from namebench.

 avatar commented on May 2, 2024 3

Thank you, I had the same problem, will someone please fix filter.go?

from namebench.

Chaz6 avatar Chaz6 commented on May 2, 2024

The instructions in README.md still says go get code.google.com/p/go.net/publicsuffix which fails for me so:-

package code.google.com/p/go.net/publicsuffix: unrecognized import path "code.google.com/p/go.net/publicsuffix" (parse https://code.google.com/p/go.net/publicsuffix?go-get=1: no go-import meta tags (meta tag github.com/golang/go did not match import path code.google.com/p/go.net/publicsuffix))

from namebench.

jeffbyrnes avatar jeffbyrnes commented on May 2, 2024

@Chaz6 did you read this comment above? That change will let you build the project.

You can also just grab the code from my PR; that’ll sort you out, too.

from namebench.

Chaz6 avatar Chaz6 commented on May 2, 2024

Yes, just pointing out that the README also needs updating.

from namebench.

jeffbyrnes avatar jeffbyrnes commented on May 2, 2024

@Chaz6 yep, I’ve had it corrected in my PR for a while: https://github.com/google/namebench/pull/9/files#diff-04c6e90faac2675aa89e2176d2eec7d8R31

Maybe one day @tstromberg will get a chance to merge it in 🀞

from namebench.

jeffbyrnes avatar jeffbyrnes commented on May 2, 2024

πŸŽ‰ celebrate, one & all!

from namebench.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.