Giter Site home page Giter Site logo

Comments (3)

eriklupander avatar eriklupander commented on July 22, 2024

Hi,

thanks for you message. I have updated the README with some basic instructions about how to set it up using go get, GOPATH etc.

I'll look into gb as well. If I can get in running I'll update the README with that as well.

Thanks!

// Erik

from gotling.

missedone avatar missedone commented on July 22, 2024

hi,

i think it's better to introduce some vendoring tool so that all people can work with on the same dependency baseline, for example, gb creates $PROJECT/vendor/manifest, which looks like as below for gotling:

{
    "version": 0,
    "dependencies": [
        {
            "importpath": "github.com/NodePrime/jsonpath",
            "repository": "https://github.com/NodePrime/jsonpath",
            "revision": "84403ded544328c99be3472727667179eef23a91",
            "branch": "master"
        },
        {
            "importpath": "github.com/NodePrime/jsonpath/cli/jsonpath",
            "repository": "https://github.com/NodePrime/jsonpath",
            "revision": "84403ded544328c99be3472727667179eef23a91",
            "branch": "master",
            "path": "/cli/jsonpath"
        },
        {
            "importpath": "github.com/gorilla/websocket",
            "repository": "https://github.com/gorilla/websocket",
            "revision": "4935ba31a2adbfcd9e08b86d2657659afbf1af9a",
            "branch": "master"
        },
        {
            "importpath": "github.com/ogier/pflag",
            "repository": "https://github.com/ogier/pflag",
            "revision": "45c278ab3607870051a2ea9040bb85fcb8557481",
            "branch": "master"
        },
        {
            "importpath": "github.com/tobyhede/go-underscore",
            "repository": "https://github.com/tobyhede/go-underscore",
            "revision": "ea55fc9569918f099b1dfa785088434e5c53544d",
            "branch": "master"
        },
        {
            "importpath": "gopkg.in/yaml.v2",
            "repository": "https://gopkg.in/yaml.v2",
            "revision": "f7716cbe52baa25d2e9b0d0da546fcf909fc16b4",
            "branch": "v2"
        }
    ]
}

you can commit this file to git (without the vendor source codes), then others can easily fetch the baseline via command: gb vendor restore.

and definitely there're several vendor tool (aka, dependency management tool) in golang community, gb is what i found easy for use and it's project based build tool so that won't conflict with my other projects.

from gotling.

eriklupander avatar eriklupander commented on July 22, 2024

Feel free to incorporate gb instructions to README.md and the manifest file.

from gotling.

Related Issues (13)

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.