Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
storyicon committed May 21, 2019
1 parent 54c7526 commit 36d49e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ before_install:
- go get github.com/mattn/goveralls
script:
- go test -v ./...
- "$GOPATH/bin/goveralls -service=travis-ci"
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ gos has a few extra commands to enhance your development experience:
proto quick and easy compilation of proto files
```

You can use `-h` on these sub commands to get more information.
You can use `-h` on these sub commands to get more information.

## 🐋 How to start

This can't be simpler.
According to your system type, download the zip file from the [release page](https://github.com/storyicon/gos/releases/), unzip, rename the binaries to `gos` and put it in your `$PATH`. Then use `gos` as if you were using the `go` command.
You can also download the source code and compile it using `go build -o gos main.go`
This can't be simpler.
According to your system type, download the zip file from the [release page](https://github.com/storyicon/gos/releases/), unzip, rename the binaries to `gos` and put it in your `$PATH`. Then use `gos` as if you were using the `go` command.
You can also download the source code and compile it using `go build -o gos main.go`

Note: The prerequisite for gos to work properly is that the [go binary](https://golang.org/dl/) is in your $PATH. If you need to use the `gos proto` command, you need the [protoc binary](https://github.com/protocolbuffers/protobuf/releases) too.
Note: The prerequisite for gos to work properly is that the [go binary](https://golang.org/dl/) is in your $PATH. If you need to use the `gos proto` command, you need the [protoc binary](https://github.com/protocolbuffers/protobuf/releases) too.

## :tangerine: What GOS can do:

Expand Down
2 changes: 1 addition & 1 deletion pkg/proxy/module/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type List struct {
GoMod string `json:"GoMod"`
}

// GetVersions is used to get all valid versions of pacakge
// GetVersions is used to get all valid versions of package
func (s *List) GetVersions() Versions {
versions := s.Versions
if len(versions) == 0 {
Expand Down

0 comments on commit 36d49e7

Please sign in to comment.