parent
5d83e70272
commit
b58a82da5e
@ -0,0 +1,8 @@
|
||||
package WorstCaptcha
|
||||
|
||||
type WordLink struct {
|
||||
Word string
|
||||
Link string
|
||||
}
|
||||
|
||||
type WordLinks []WordLink
|
Loading…
Reference in new issue