Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
liangzy d78c3d4340 project init 3 anos atrás
cmd project init 3 anos atrás
utils project init 3 anos atrás
.gitignore project init 3 anos atrás
Makefile project init 3 anos atrás
README.md project init 3 anos atrás
go.mod project init 3 anos atrás
main.go project init 3 anos atrás

README.md

中文

Beegoinit-cmd

 _____ ____________                         _       _ _
|  __ \| ___ \ ___ \                       (_)     (_) |
| |  \/| |_/ / |_/ / ___  ___  __ _  ___    _ _ __  _| |_
| | __ |    /| ___ \/ _ \/ _ \/ _` |/ _ \  | | '_ \| | __|
| |_\ \| |\ \| |_/ /  __/  __/ (_| | (_) | | | | | | | |_
 \____/\_| \_\____/ \___|\___|\__, |\___/  |_|_| |_|_|\__|
                               __/ |
                              |___/

A flexsible and powerful command line tool to initialize beego framework

Installation

  1. 打开 go modules
export GO111MODULE=on
# or 
go env -w GO111MODULE=on
  1. 下载
go get golib.gaore.com/GaoreGo/beegoinit-cmd

How to run

{$GOPATH}/bin/beegoinit-cmd create 

e.g.

~/go/bin/beegoinit-cmd create