Adjust package structure of frps

This commit is contained in:
Gerhard Tan 2022-06-27 16:31:18 +08:00
parent 218b354f82
commit dae5a1bd5b
No known key found for this signature in database
GPG Key ID: 205411781EEFB8D4
3 changed files with 4 additions and 3 deletions

View File

@ -15,6 +15,7 @@
package main
import (
"github.com/fatedier/frp/cmd/frps/sub"
"math/rand"
"time"
@ -28,5 +29,5 @@ func main() {
crypto.DefaultSalt = "frp"
rand.Seed(time.Now().UnixNano())
Execute()
sub.Execute()
}

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package main
package sub
import (
"fmt"

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package main
package sub
import (
"fmt"