mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore: Breaking the linkage
This commit is contained in:
parent
a543177d1a
commit
04837f0bfd
2 changed files with 0 additions and 31177 deletions
19
dict/typos/assets/main.go
vendored
19
dict/typos/assets/main.go
vendored
|
@ -1,19 +0,0 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func printDict(dict []string) {
|
||||
length := len(dict)
|
||||
for i, word := range dict {
|
||||
if i%2 == 0 && i != length {
|
||||
fmt.Printf("%s,%s\n", word, dict[i+1])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func main() {
|
||||
printDict(DictMain)
|
||||
printDict(DictAmerican)
|
||||
}
|
31158
dict/typos/assets/words.go
vendored
31158
dict/typos/assets/words.go
vendored
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue