This commit is contained in:
2024-05-14 12:10:58 +02:00
parent a9bb79b01c
commit 59911aebb9
645 changed files with 263320 additions and 0 deletions

7
vendor/github.com/glycerine/zygomys/zygo/panicon.go generated vendored Normal file
View File

@@ -0,0 +1,7 @@
package zygo
func panicOn(err error) {
if err != nil {
panic(err)
}
}