1 Star 0 Fork 0

aspnmy/i18n4go

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
cmd_interface.go 166 Bytes
Copy Edit Raw Blame History
package cmds
import (
"github.com/maximilien/i18n4go/common"
)
type CommandInterface interface {
common.PrinterInterface
Options() common.Options
Run() error
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/Aodao/i18n4go.git
git@gitee.com:Aodao/i18n4go.git
Aodao
i18n4go
i18n4go
v0.2.6

Search