setup generation
This commit is contained in:
12
internal/dictionary/words.go
Normal file
12
internal/dictionary/words.go
Normal 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",
|
||||
}
|
||||
Reference in New Issue
Block a user