1
0
Fork 0
mirror of https://github.com/Luzifer/twitch-bot.git synced 2025-01-03 02:06:01 +00:00
twitch-bot/functions_test.go
Knut Ahlers 286c4d34a3
Lint: Fix linter errors
made visible after update of golangci-lint

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-24 22:32:00 +01:00

7 lines
116 B
Go

package main
import "testing"
func TestNoFuncCollisions(_ *testing.T) {
_ = tplFuncs.GetFuncMap(nil, nil, nil)
}