mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
8 lines
89 B
Go
8 lines
89 B
Go
|
//go:build !debug
|
||
|
// +build !debug
|
||
|
|
||
|
package main
|
||
|
|
||
|
func assert(cond bool, msg string) {
|
||
|
}
|