Files
site/utils/spam_checker.go
2022-02-26 14:41:10 -06:00

7 lines
102 B
Go

package utils
// TODO: Implement a spam checking module
func IsSpam(t string) bool {
return false
}