mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 16:20:02 +00:00
Knut Ahlers
286c4d34a3
made visible after update of golangci-lint Signed-off-by: Knut Ahlers <knut@ahlers.me>
7 lines
116 B
Go
7 lines
116 B
Go
package main
|
|
|
|
import "testing"
|
|
|
|
func TestNoFuncCollisions(_ *testing.T) {
|
|
_ = tplFuncs.GetFuncMap(nil, nil, nil)
|
|
}
|