Giter Club home page Giter Club logo

Comments (5)

yob avatar yob commented on August 24, 2024 1

I'm no golang expert, but I believe it's normal for there to be no binary after a go get command.

from terminal-to-html.

ticky avatar ticky commented on August 24, 2024

Hi @KateGo520, we’re aware of this and tracking it in #71.

If you’ve got the domain knowledge to spare, I’d love to know how we can test a multi-module project with dependency version updates such as this one - in #76 I’m attempting to fix the issue where the command-line version can’t import the parent dependency because there isn’t a published version yet, but we don’t want to publish a version without also bumping the command-line version. Is there a way to get go with go modules enabled to treat our working copy as the repo for the purposes of resolving the v3 module?

from terminal-to-html.

yob avatar yob commented on August 24, 2024

Apparently this is still an issue - I can reproduce it with go 1.15.

On master, go.mod no has the appropriate module suffix:

$ cat go.mod 
module github.com/buildkite/terminal-to-html/v3

go 1.12

require github.com/urfave/cli v1.22.4

However, the latest tagged release (3.3.0) still has an incorrect module path in go.mod:

https://github.com/buildkite/terminal-to-html/blob/v3.3.0/go.mod

Can we fix this for most users by tagged a 3.4.0 release with go.mod fixed up?

from terminal-to-html.

yob avatar yob commented on August 24, 2024

I've published a v.3.4.0 release, which I believe fixes this issue.

I haven't retrospectively changed the earlier 3.x releases that are unusable when go modules are enabled - mutating the tags felt icky and ultimately not really necessary.

Thanks for your patience!

from terminal-to-html.

plaindocs avatar plaindocs commented on August 24, 2024

@yob

I bumped into this, and ran

❯ go get github.com/buildkite/terminal-to-html/v3
go: downloading github.com/buildkite/terminal-to-html/v3 v3.6.1

Which is dumped into ls ~/go/pkg/mod/github.com/buildkite/terminal-to-html/[email protected]/ but doesn't seem to include a binary? Is that normal?

from terminal-to-html.

Related Issues (20)

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.