small refactor*
This commit is contained in:
parent
b6b541e050
commit
24a4d30275
232 changed files with 2164 additions and 1906 deletions
5
edition/go.mod
Normal file
5
edition/go.mod
Normal file
|
@ -0,0 +1,5 @@
|
|||
module git.kmsign.ru/royalcat/tstor/cmd/tstor
|
||||
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.24.1
|
0
edition/go.sum
Normal file
0
edition/go.sum
Normal file
12
edition/main.go
Normal file
12
edition/main.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"git.kmsign.ru/royalcat/tstor/plugins/qbittorrent"
|
||||
"git.kmsign.ru/royalcat/tstor/server/tstor"
|
||||
)
|
||||
|
||||
func main() {
|
||||
tstor.Run([]*tstor.Plugin{
|
||||
qbittorrent.Plugin,
|
||||
})
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue