Skip to content

Commit

Permalink
small readme & CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Aug 29, 2022
1 parent 0ce9577 commit 313b03c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- run:
name: install go-junit-report
command: go install github.com/jstemmer/go-junit-report@latest
command: go install github.com/jstemmer/go-junit-report/v2@v2.0.0

- run:
name: build (default implementation)
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ The unit tests for `go-jsonstream` define a common test suite that is run agains

This version of the project requires a Go version of 1.18 or higher.

## Import path

The base import path is `gopkg.in/launchdarkly/go-jsonstream.v1`, not `github.com/launchdarkly/go-jsonstream`. This ensures that the package can be referenced not only as a Go module, but also by projects that use older tools like `dep` and `govendor`, because current releases of the LaunchDarkly Go SDK support either module or non-module usage. Future releases of this package may drop support for non-module usage.

## Contributing

We encourage pull requests and other contributions from the community. Check out our [contributing guidelines](CONTRIBUTING.md) for instructions on how to contribute to this SDK.
Expand Down

0 comments on commit 313b03c

Please sign in to comment.