summaryrefslogtreecommitdiff
path: root/cmd/gotosocial/main.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-09-30 11:16:23 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-30 11:16:23 +0200
commit231075f28df55bfb622f54859f858528445cae0c (patch)
treeffdc27f31646d10e35902087fa6c703bc49bfc82 /cmd/gotosocial/main.go
parenthandle remote account deletion more systematically (#254) (diff)
downloadgotosocial-231075f28df55bfb622f54859f858528445cae0c.tar.xz
Golint (#255)
Diffstat (limited to 'cmd/gotosocial/main.go')
-rw-r--r--cmd/gotosocial/main.go24
1 files changed, 0 insertions, 24 deletions
diff --git a/cmd/gotosocial/main.go b/cmd/gotosocial/main.go
index a5c6ef56a..80cca5b23 100644
--- a/cmd/gotosocial/main.go
+++ b/cmd/gotosocial/main.go
@@ -16,30 +16,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-// Package classification awesome.
-//
-// Documentation of our awesome AaaaaaaaaaPI.
-//
-// Schemes: http
-// BasePath: /
-// Version: 1.0.0
-// Host: some-url.com
-//
-// Consumes:
-// - application/json
-//
-// Produces:
-// - application/json
-//
-// Security:
-// - basic
-//
-// SecurityDefinitions:
-// basic:
-// type: basic
-//
-// swagger:meta
-
package main
import (