From 231075f28df55bfb622f54859f858528445cae0c Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 30 Sep 2021 11:16:23 +0200 Subject: Golint (#255) --- cmd/gotosocial/main.go | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'cmd/gotosocial/main.go') 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 . */ -// 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 ( -- cgit v1.2.3