lab001

command
v0.0.0-...-f10d331 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2023 License: MIT Imports: 1 Imported by: 0

README

打包

打包命令

  • go build
  • go build main.go
  • go build -o lab001 main.go ,指定生成文件的名称
  • GOOS=linux GOARCH=amd64 go build -o lab001 main.go,打包到linux
  • GOOS=windows GOARCH=amd64 go build -o lab001 main.go,打包到windows

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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