1

Refactor and copyrights

Move domains to internal/services, remove unnecessary versioning for services.
Change copyright year.
This commit is contained in:
2021-12-20 16:53:38 +04:00
parent fd184225f1
commit 32a2262e8c
19 changed files with 60 additions and 78 deletions

View File

@@ -0,0 +1,10 @@
// NNM-Club torrent files mass downloader
// Created for Uploaders group
// Copyright (c) 2012-2022 Vladimir "fat0troll" Hodakov
package fetcher
type forumTopic struct {
Link string
Name string
}