Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Remove last pieces of gx
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Jan 21, 2020
1 parent 65d7a6e commit 5f9fd98
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 71 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ go:
env:
global:
- GOTFLAGS="-race"
matrix:
- BUILD_DEPTYPE=gx
- BUILD_DEPTYPE=gomod


# disable travis install
install:
- true
Expand All @@ -24,7 +21,6 @@ script:

cache:
directories:
- $GOPATH/src/gx
- $GOPATH/pkg/mod
- $HOME/.cache/go-build

Expand Down
18 changes: 0 additions & 18 deletions Makefile

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ The package provides a `SizeSplitter` which creates chunks of equal size and it
> go get github.com/ipfs/go-ipfs-chunker
```

It uses [Gx](https://github.com/whyrusleeping/gx) to manage dependencies. You can use `make all` to build it with the `gx` dependencies.

## Usage

```
Expand Down
47 changes: 0 additions & 47 deletions package.json

This file was deleted.

0 comments on commit 5f9fd98

Please sign in to comment.