mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 13:27:21 +00:00
7 lines
89 B
Go
7 lines
89 B
Go
//go:build !debug
|
|
// +build !debug
|
|
|
|
package main
|
|
|
|
func assert(cond bool, msg string) {
|
|
}
|