Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ioc sdk 示例项目

iocgo/sdk

执行前置

安装中间编译工具

go install ./cmd/iocgo

# or 

make install

使用

正常指令附加

# ----- go build ------ #
# 原指令 #
go build ./main.go

# 附加指令 #
go build -toolexec iocgo ./main.go


# ----- go run ------ #
# 原指令 #
go run ./main.go

# 附加指令 #
go run -toolexec iocgo ./main.go

其它go指令同理

运行本项目三部曲 (linux / macos)

make install

make build

./server -h

其它

避免编译缓存污染其它项目,推荐使用 go mod vendor 命令来独立管理依赖

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages