Removal: confonly

This commit is contained in:
RPRX 2020-12-11 13:05:29 +08:00
parent b4e84603a2
commit f8faf3c8b8
107 changed files with 0 additions and 206 deletions

View File

@ -1,5 +1,3 @@
// +build !confonly
package commander
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,5 +1,3 @@
// +build !confonly
package commander
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package commander
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package dispatcher
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,5 +1,3 @@
// +build !confonly
package dispatcher
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,5 +1,3 @@
// +build !confonly
package dispatcher
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package dispatcher
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package dns
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package dns
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package dns
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package dns
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package dns
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package dns
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,5 +1,3 @@
// +build !confonly
package dns
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package command
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,5 +1,3 @@
// +build !confonly
package log
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,5 +1,3 @@
// +build !confonly
package log
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package command
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package reverse
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package reverse
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package reverse
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package reverse
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,5 +1,3 @@
// +build !confonly
package router
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package command
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,5 +1,3 @@
// +build !confonly
package router
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package router
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package router
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package router
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,5 +1,3 @@
// +build !confonly
package stats
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package command
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,5 +1,3 @@
// +build !confonly
package stats
import "sync/atomic"

View File

@ -1,5 +1,3 @@
// +build !confonly
package stats
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,5 +1,3 @@
// +build !confonly
package net
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package core
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package core
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package core
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package core
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
// Package blackhole is an outbound handler that blocks all connections.
package blackhole

View File

@ -1,5 +1,3 @@
// +build !confonly
package dns
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package dokodemo
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,5 +1,3 @@
// +build !confonly
package freedom
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,5 +1,3 @@
// +build !confonly
package http
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package http
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package mtproto
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package shadowsocks
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package shadowsocks
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package shadowsocks
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package socks
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package socks
import "github.com/xtls/xray-core/common/protocol"

View File

@ -1,5 +1,3 @@
// +build !confonly
package socks
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package socks
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package trojan
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package trojan
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package trojan
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package vless
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package encoding
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package encoding
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,3 +1 @@
// +build !confonly
package inbound

View File

@ -1,5 +1,3 @@
// +build !confonly
package inbound
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,3 +1 @@
// +build !confonly
package outbound

View File

@ -1,5 +1,3 @@
// +build !confonly
package outbound
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,5 +1,3 @@
// +build !confonly
package vless
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package vmess
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package inbound
// GetDefaultValue returns default settings of DefaultConfig.

View File

@ -1,5 +1,3 @@
// +build !confonly
package inbound
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,5 +1,3 @@
// +build !confonly
package outbound
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package outbound
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@ -1,5 +1,3 @@
// +build !confonly
package vmess
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package domainsocket
import (

View File

@ -1,6 +1,5 @@
// +build !windows
// +build !wasm
// +build !confonly
package domainsocket

View File

@ -1,6 +1,5 @@
// +build !windows
// +build !wasm
// +build !confonly
package domainsocket

View File

@ -1,5 +1,3 @@
// +build !confonly
package http
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package http
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package http
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package kcp
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package kcp
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package kcp
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package kcp
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package kcp
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package kcp
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package kcp
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package kcp
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package kcp
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package kcp
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package quic
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package quic
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package quic
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package quic
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package quic
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package quic
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package tcp
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package tcp
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package tcp
import (

View File

@ -1,5 +1,4 @@
// +build freebsd
// +build !confonly
package tcp

View File

@ -1,5 +1,4 @@
// +build !linux,!freebsd
// +build !confonly
package tcp

View File

@ -1,5 +1,3 @@
// +build !confonly
package tls
import (

View File

@ -1,5 +1,4 @@
// +build !windows
// +build !confonly
package tls

View File

@ -1,5 +1,4 @@
// +build windows
// +build !confonly
package tls

View File

@ -1,5 +1,3 @@
// +build !confonly
package tls
import (

View File

@ -1,5 +1,3 @@
// +build !confonly
package websocket
import (

Some files were not shown because too many files have changed in this diff Show More