From 45a297a8e526094e8fce6e2c5c0fd89b381d1765 Mon Sep 17 00:00:00 2001 From: ewy Date: Tue, 14 Apr 2026 16:37:17 +0200 Subject: i have to commit at some point! --- model/matches.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 model/matches.go (limited to 'model/matches.go') diff --git a/model/matches.go b/model/matches.go new file mode 100644 index 0000000..da16c4f --- /dev/null +++ b/model/matches.go @@ -0,0 +1,5 @@ +package model + +type Matches interface { + Matches(input string) bool +} -- cgit v1.3