mirror of
https://github.com/Z3Prover/z3
synced 2026-02-22 08:17:37 +00:00
git bindings v1.0
This commit is contained in:
parent
adacc27644
commit
a03500a194
33 changed files with 5289 additions and 7 deletions
8
examples/go/go.mod
Normal file
8
examples/go/go.mod
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module z3-examples
|
||||
|
||||
go 1.20
|
||||
|
||||
require github.com/Z3Prover/z3/src/api/go v0.0.0
|
||||
|
||||
replace github.com/Z3Prover/z3/src/api/go => ../../src/api/go
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue