mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 15:34:41 +00:00
git bindings v1.0
This commit is contained in:
parent
e2486eff77
commit
66d0fb5477
33 changed files with 5289 additions and 7 deletions
6
src/api/go/go.mod
Normal file
6
src/api/go/go.mod
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module github.com/Z3Prover/z3/src/api/go
|
||||
|
||||
go 1.20
|
||||
|
||||
// This package provides Go bindings for the Z3 theorem prover.
|
||||
// It uses CGO to wrap the Z3 C API.
|
||||
Loading…
Add table
Add a link
Reference in a new issue