Giter Club home page Giter Club logo

Comments (8)

xipmix avatar xipmix commented on August 25, 2024 1

On Tue, Aug 02, 2016 at 04:52:48PM -0700, Yamamoto, Hirotaka wrote:

@xipmix
Use exactly the commands including "..." literally.
"..." specifies all sub packages under the directory for Go.

Ah! Thank you. This patch may help avoid such questions in future.

diff --git a/README.md b/README.md
index f863fef..e16ce0a 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,8 @@ Build


Use Go 1.6 or better.
+Run the command below exactly as shown, including the ellipsis.
+They are significant - see 'go help packages'.

 go get -u github.com/cybozu-go/aptutil/...

> ---
> You are receiving this because you were mentioned.
> Reply to this email directly or view it on GitHub:
> https://github.com/cybozu-go/aptutil/issues/4#issuecomment-237086512

-- 

from aptutil.

ymmt2005 avatar ymmt2005 commented on August 25, 2024

Please try:

go get -u github.com/cybozu-go/aptutil/...
go install github.com/cybozu-go/aptutil/...

from aptutil.

yutannihilation avatar yutannihilation commented on August 25, 2024

@ymmt2005 Maybe we should consider distributing pre-built binaries for those who are not familiar with Go. I guess Travis can do it: https://docs.travis-ci.com/user/deployment/releases

from aptutil.

ymmt2005 avatar ymmt2005 commented on August 25, 2024

@yutannihilation Agreed. PR is welcome :-)

from aptutil.

xipmix avatar xipmix commented on August 25, 2024

On Tue, Aug 02, 2016 at 04:48:39AM -0700, Yamamoto, Hirotaka wrote:

Please try:

go get -u github.com/cybozu-go/aptutil/...
go install github.com/cybozu-go/aptutil/...

As I explained in my request I tried that.
To me, the ellipsis (...) means 'something goes here'.
Do you mean I should use exactly the commands above,
including the ... ?
Or are you using the ... as short-hand for something else.
If so, please can you explain what that something else is.

from aptutil.

xipmix avatar xipmix commented on August 25, 2024

On Tue, Aug 02, 2016 at 05:00:40AM -0700, yutannihilation wrote:

@ymmt2005 Maybe we should consider distributing pre-built binaries
for those who are not familiar with Go. I guess Travis can do it:
https://docs.travis-ci.com/user/deployment/releases

I think a good start would be a shell script that can be run
from inside a git clone of this repository, that builds the code
for you in your environment. It would need to include example
settings of GOPATH if those are needed. That should be enough
to get the curious going.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#4 (comment)

from aptutil.

ymmt2005 avatar ymmt2005 commented on August 25, 2024

@xipmix
Use exactly the commands including "..." literally.
"..." specifies all sub packages under the directory for Go.

from aptutil.

ymmt2005 avatar ymmt2005 commented on August 25, 2024

Great, thank you! I will update README.md later.

from aptutil.

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.