mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 08:10:08 +00:00
8 lines
116 B
Go
8 lines
116 B
Go
|
package main
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestNoFuncCollisions(t *testing.T) {
|
||
|
_ = tplFuncs.GetFuncMap(nil, nil, nil)
|
||
|
}
|