chore(all): remove all package comments

This commit is contained in:
Quentin McGaw
2022-07-01 17:09:27 +00:00
parent 9f959dbc6a
commit 6826b05d58
35 changed files with 0 additions and 59 deletions

View File

@@ -1,4 +1,3 @@
// Package alpine defines a configurator to interact with the Alpine operating system.
package alpine package alpine
import ( import (

View File

@@ -1,4 +1,3 @@
// Package cli defines an interface CLI to run command line operations.
package cli package cli
type CLI struct { type CLI struct {

View File

@@ -1,4 +1,3 @@
// Package dns defines interfaces to interact with DNS and DNS over TLS.
package dns package dns
import ( import (

View File

@@ -1,5 +1,3 @@
// Package firewall defines a configurator used to change the state
// of the firewall as well as do some light routing changes.
package firewall package firewall
import ( import (

View File

@@ -1,4 +1,3 @@
// Package healthcheck defines the client and server side of the built in healthcheck.
package healthcheck package healthcheck
import ( import (

View File

@@ -1,4 +1,3 @@
// Package httpproxy defines an interface to run an HTTP(s) proxy server.
package httpproxy package httpproxy
import ( import (

View File

@@ -1,4 +1,3 @@
// Package httpserver implements an HTTP server.
package httpserver package httpserver
import ( import (

View File

@@ -1,3 +0,0 @@
// Package models defines struct with methods shared across other
// packages in the program.
package models

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the Cyberghost provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the ExpressVPN provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the FastestVPN provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the HideMyAss provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the Surshark provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the Surshark provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the Mullvad provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the NordVPN provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the Privado provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the Private Internet Access provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the PrivateVPN provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the ProtonVPN provider.
package updater package updater
import ( import (

View File

@@ -1,4 +1,3 @@
// Package provider defines interfaces to interact with each VPN provider.
package provider package provider
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the PureVPN provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the Surshark provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the Torguard provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the VPNUnlimited provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the VyprVPN provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the WeVPN provider.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package updater contains code to obtain the server information
// for the Windscribe provider.
package updater package updater
import ( import (

View File

@@ -1,4 +1,3 @@
// Package routing defines interfaces to interact with the ip routes using NETLINK.
package routing package routing
import ( import (

View File

@@ -1,4 +1,3 @@
// Package server defines an interface to run the HTTP control server.
package server package server
import ( import (

View File

@@ -1,4 +1,3 @@
// Package shadowsocks defines interfaces to configure and run a Shadowsocks server.
package shadowsocks package shadowsocks
import ( import (

View File

@@ -1,4 +1,3 @@
// Package storage defines interfaces to interact with the files persisted such as the list of servers.
package storage package storage
import ( import (

View File

@@ -1,5 +1,3 @@
// Package unzip defines the Unzipper which fetches and extract a zip file
// containing multiple files.
package unzip package unzip
import ( import (

View File

@@ -1,4 +1,3 @@
// Package updater implements update mechanisms for each VPN provider servers.
package updater package updater
import ( import (

View File

@@ -1,5 +1,3 @@
// Package version implements functions to fetch information from
// Github on newer version of the program available.
package version package version
import ( import (