Skip to content

Commit

Permalink
Add dependenies and licensing info
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Oct 1, 2022
1 parent cc67fa4 commit a355f3a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ For reference, take a look at the implementation
of existing fluent assertions in this repository
(for example [comparable.go](f/comparable.go)).

### Supported Go versions

Minimal supported Go version is 1.18.

## Contributing

Feel free to create an issue or propose a pull request.
Expand All @@ -91,3 +95,11 @@ to execute the build pipeline.

The repository contains confiugration for
[Visual Studio Code](https://code.visualstudio.com/).

## License

**fluentassert** is licensed under the terms of [the MIT license](LICENSE).

[`github.com/google/go-cmp`](https://github.com/google/go-cmp)
(license: [BSD-3-Clause](https://pkg.go.dev/github.com/google/go-cmp/cmp?tab=licenses))
is the only [third-party dependency](go.mod).

0 comments on commit a355f3a

Please sign in to comment.