bt2qbt/replace/replace.go
Alexey Kostin d2682d2ad9
Newversion (#8)
* split to files

* Delete tesing code

* Change gnuflags to go-flags

* Change gnuflags to go-flags

* fix search torrent

* fix search torrent

* Replace impromevents. Separator option

* Help modification. Readme update
2020-04-04 16:58:29 +03:00

6 lines
58 B
Go

package replace
type Replace struct {
From, To string
}