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

Patch 3 #39

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/[email protected]
run: actions/[email protected]

- name: Install golangci-lint
run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.18.0
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
run: go build -v .

- name: Test
run: go test -v -race ./...
run: go test -v -race ./...
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
*.out

# Dependency directories (remove the comment below to include it)
# vendor/
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project adheres to [Semantic Versioning](https://semver.org/).

## v2.1.0 - 2019-09-18
### Added
* GitHub website - https://matt1484.github.io/bl3_auto_vip/
* GitHub website - https://github.com/iiMatt666
* Go modules ([#1])
* GitHub Actions CI pipeline ([#6])
* Change log
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright [2019] [iiMatt666]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Run it with `--help` to view command line args that are supported.

#### Using go
```sh
go get -u github.com/matt1484/bl3_auto_vip
go get -u github.com/iiMatt666/bl3_auto_vip
```

#### Docker
Expand All @@ -33,7 +33,7 @@ To run from source:

#### Using the prebuilt releases
The binaries/executables are released
[here](https://github.com/matt1484/bl3_auto_vip/releases)
[here](https://github.com/iiMatt666/bl3_auto_vip/releases)

## FAQs

Expand Down