mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-19 07:43:54 +01:00
8 lines
77 B
Go
8 lines
77 B
Go
//go:build !debug
|
|
|
|
package trie
|
|
|
|
func panicInvalidAssignment() {
|
|
// no-op
|
|
}
|