1 Star 0 Fork 696

简单游戏 / Yearning

forked from HenryYee / Yearning 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 579 Bytes
一键复制 编辑 原始数据 按行查看 历史
HenryYee 提交于 2021-02-25 11:09 . 修复cli 传参失效的问题
// Copyright 2019 HenryYee.
//
// Licensed under the AGPL, Version 3.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.gnu.org/licenses/agpl-3.0.en.html
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// See the License for the specific language governing permissions and
// limitations under the License.
package main
import (
"Yearning-go/cmd"
)
func main() {
cmd.Command()
}
Go
1
https://gitee.com/justforfun2000/Yearning.git
git@gitee.com:justforfun2000/Yearning.git
justforfun2000
Yearning
Yearning
master

搜索帮助