GithubHelp home page GithubHelp logo

shiny-thing's Introduction

shiny-thing

shiny-thing is just me playing with Go packages in a repo.

TODO: Show how to put a program (with main) in this repo

Assumming we have src, pkg and bin directories under our GOPATH

How to fetch packages from a git hub repo

$ go get github.com/ZiCog/shiny-thing/foo
$ go get github.com/ZiCog/shiny-thing/bar

Note: the above will become the package names Note: if get fails then "rm -rf mygo/src/github.com/ZiCog/shiny-thing" and try again.

Or get the whole bunch at once

$ go get github.com/ZiCog/shiny-thing

How to build Go packages (these are package names)

$ go build github.com/ZiCog/shiny-thing/foo
$ go build github.com/ZiCog/shiny-thing/bar

How to install Go packages (under pkg, these are package names again)

$ go install  github.com/ZiCog/shiny-thing/bar 
$ go install  github.com/ZiCog/shiny-thing/foo

How to build a Go program (Something with main in it)

$ go build myprog

How to install the program (under src)

$ go install myprog

Or you can just run it

$ go run myprog

shiny-thing's People

Watchers

James Cloos avatar

shiny-thing's Issues

what is the license??

Hi,
my team would like to use this package (because imported by go-buildpack 1.8.20) and to approve that I've to analyze it's source code, to be sure that they don't have problematic licenses.

But I do not see any license specified for that.

Could you please tell me what is its license?

Thanks.

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.