-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into chapter-2-combined
- Loading branch information
Showing
2 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
# Overview | ||
|
||
<div class="warning"> | ||
🚧 This book is under construction. Thus, it is very incomplete at the moment and it is likely to change significantly. 🚧 | ||
</div> | ||
|
||
This book is an online resource that teaches how to prove the correctness of your programs written in Go against a formal specification. | ||
We use the [Gobra](https://www.pm.inf.ethz.ch/research/gobra.html) verifier, and we exemplify it on multiple examples and exercises. | ||
|
||
If you find errors or have suggestions, please file an issue [here](https://github.com/viperproject/gobra-book/issues). | ||
|
||
If you are interested in contributing directly to the project, please refer to our [guide for contributors](https://github.com/viperproject/gobra-book/blob/main/CONTRIBUTING.md). | ||
|
||
|