I hate this shit

This commit is contained in:
Melody Becker 2024-09-17 17:11:55 +02:00
parent c4826009a8
commit 220a3c89af
2 changed files with 179 additions and 0 deletions

View file

@ -0,0 +1,9 @@
package main
import "regexp"
var findRoleStructRegex = regexp.MustCompile("")
func main() {
}