Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hhatto/gocloc
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Oct 9, 2019
2 parents d0ee276 + a79a466 commit ffac378
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ Inspired by [tokei](https://github.com/Aaronepower/tokei).
$ go get -u github.com/hhatto/gocloc/cmd/gocloc
```

### installation problem
```
$ go get -u github.com/hhatto/gocloc/cmd/gocloc
package github.com/src-d/enry: code in directory /PATH/TO/go/src/github.com/src-d/enry expects import "github.com/src-d/enry/v2"
```

with `GO111MODULE=on`
```
(posix shell)$ GO111MODULE=on go get -u github.com/hhatto/gocloc/cmd/gocloc
(fish) $ env GO111MODULE=on go get -u github.com/hhatto/gocloc/cmd/gocloc
```

## Usage

### Basic Usage
Expand Down

0 comments on commit ffac378

Please sign in to comment.