command
module
Version:
v0.6.2
Opens a new window with list of versions in this module.
Published: Oct 27, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
README
Table of Contents
一个网络管理器
Usage
-
gui子命令
启动GUI版Skynet
-
httpserver子命令
启动CLI版Skynet
-
version子命令
查看程序版本信息
-
help
查看程序帮助信息
Compile
go build main.go
# 适用于Linux AArch64平台
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build main.go
# 适用于macOS amd64平台
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build main.go
# 适用于Windows amd64平台
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build main.go
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.