mirror of
https://github.com/mudler/LocalAI.git
synced 2025-02-08 12:00:13 +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) {
|
|
}
|