Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial implementation of go-translate #1

Merged
merged 14 commits into from Mar 22, 2019
Prev

Update README.md for migration from dep to go modules

  • Loading branch information
yrliou committed Mar 20, 2019
commit 2c154d7efa8c36d18a96ef08ac0b3c834a0d77c5
@@ -15,16 +15,16 @@ There are also a few static resources requested during in-page translation will

## Dependencies

- Install Go 1.10 or later.
- `dep` is used to install the Go dependencies.
- Install Go 1.12 or later.
- Dependencies are managed by go modules.
- `go get -u github.com/golangci/golangci-lint/cmd/golangci-lint`

## Setup

```
go get -d github.com/brave/go-translate
cd ~/go/src/github.com/brave/go-translate
dep ensure
git clone git@github.com:brave/go-translate.git
cd ~/path-to/go-translate
make build
```

## Run lint:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.