mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-29 05:11:51 +02:00
8 lines
77 B
Go
8 lines
77 B
Go
//go:build !debug
|
|
|
|
package trie
|
|
|
|
func panicInvalidAssignment() {
|
|
// no-op
|
|
}
|