Skip to content

Commit

Permalink
add limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
ovechkin-dm committed Aug 28, 2024
1 parent a6dcc6b commit d16ef5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
coverage.txt
.cache
.idea
.idea
*.dylib
10 changes: 7 additions & 3 deletions docs/limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ Because library uses assembly code to generate mocks, it is not possible to use
This means that you cannot use it in a project that is intended to be cross-compiled to multiple platforms.

For now supported platforms are:
* AMD64
* ARM64

- AMD64
- ARM64 (M1-M3 macs are supported)

This list may be extended in the future.

## Backwards compatibility and new Go versions

This library is tested for GO 1.18 up to
This library is tested for GO 1.18 up to 1.23

Caution: there is no guarantee that it will work with future versions of Go.
However there is not much that can break the library, so it should be easy to fix it if it stops working. As of latest mockio version, almost all of dependencies on golang internal runtime features were removed.

0 comments on commit d16ef5d

Please sign in to comment.