setup generation

This commit is contained in:
Hazel Noack
2025-06-30 15:26:22 +02:00
parent 06845ed750
commit 5acfd28ccc
4 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2025-06-30 15:25:49.978118211 +0200 CEST m=+0.000535670
// using data from
// /usr/shared/dictionary/words
package dictionary
var Words = []string{
"foo",
"bar",
"baz",
}