skynet

command module
v0.6.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL