Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: kirkrodrigues <[email protected]>
  • Loading branch information
davidlion and kirkrodrigues authored Jun 4, 2024
1 parent 5295a49 commit a290fe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
brew update
brew install cmake gcc
- name: "Remove packaged c++ libraries and go code"
- name: "Remove packaged C++ libraries and Go code"
run: |
rm ./lib/* ./**/*_string.go
- name: "Generate go code and build+install c++ library"
- name: "Generate Go code and build+install C++ library"
run: |
go install golang.org/x/tools/cmd/stringer@latest
go generate ./...
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Linting
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
sh -s -- -b $(go env GOPATH)/bin v1.59.0
2. Run with `golangci-lint run`
2. Run with ``golangci-lint run``

Using an external C++ library
-----------------------------
Expand Down

0 comments on commit a290fe3

Please sign in to comment.