chore(all): remove all package comments
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// Package alpine defines a configurator to interact with the Alpine operating system.
|
||||
package alpine
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// Package cli defines an interface CLI to run command line operations.
|
||||
package cli
|
||||
|
||||
type CLI struct {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// Package dns defines interfaces to interact with DNS and DNS over TLS.
|
||||
package dns
|
||||
|
||||
import (
|
||||
|
||||
@@ -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
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// Package healthcheck defines the client and server side of the built in healthcheck.
|
||||
package healthcheck
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// Package httpproxy defines an interface to run an HTTP(s) proxy server.
|
||||
package httpproxy
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// Package httpserver implements an HTTP server.
|
||||
package httpserver
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
// Package models defines struct with methods shared across other
|
||||
// packages in the program.
|
||||
package models
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the Cyberghost provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the ExpressVPN provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the FastestVPN provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the HideMyAss provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the Surshark provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the Surshark provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the Mullvad provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the NordVPN provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the Privado provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the Private Internet Access provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the PrivateVPN provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the ProtonVPN provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// Package provider defines interfaces to interact with each VPN provider.
|
||||
package provider
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the PureVPN provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the Surshark provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the Torguard provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the VPNUnlimited provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the VyprVPN provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the WeVPN provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package updater contains code to obtain the server information
|
||||
// for the Windscribe provider.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// Package routing defines interfaces to interact with the ip routes using NETLINK.
|
||||
package routing
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// Package server defines an interface to run the HTTP control server.
|
||||
package server
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// Package shadowsocks defines interfaces to configure and run a Shadowsocks server.
|
||||
package shadowsocks
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// Package storage defines interfaces to interact with the files persisted such as the list of servers.
|
||||
package storage
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package unzip defines the Unzipper which fetches and extract a zip file
|
||||
// containing multiple files.
|
||||
package unzip
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// Package updater implements update mechanisms for each VPN provider servers.
|
||||
package updater
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// Package version implements functions to fetch information from
|
||||
// Github on newer version of the program available.
|
||||
package version
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user