1. 11 3月, 2017 1 次提交
    • make: fix build when symlinked into GOPATH · b54df01d
      In workspace setups that have the source tree symlinked into GOPATH,
      the `go list `command wouldn't recognize that we're technically within GOPATH,
      because `pwd` doesn't look like it.
      
      For example
      
      	/home/user/go/src/github.com/ipfs/go-ipfs
      	=> /home/user/go/ipfs/go-ipfs
      
      produces the import path
      
      	_/home/user/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-random/random
      
      which is not within GOPATH.
      
      We get around this by using fully-qualified import paths instead:
      starting in github.com/ipfs/go-ipfs/ instead of ./
      
      License: MIT
      Signed-off-by: 's avatarLars Gierth <larsg@systemli.org>
      Lars Gierth 提交于
  2. 10 3月, 2017 7 次提交
  3. 09 3月, 2017 3 次提交
  4. 08 3月, 2017 1 次提交
  5. 07 3月, 2017 14 次提交
  6. 06 3月, 2017 14 次提交