Commit 55f7d24c by 孙龙

up

parent 8659140a
Showing with 0 additions and 15 deletions
set GOLANGOUTPURDIRNAME=%1
set GOLANGPACKNAME=%2
set GOLANGMODELNAME=%3
@echo off
if not defined GOLANGOUTPURDIRNAME (echo "error : The first params is the output directory name")
if not defined GOLANGPACKNAME ( echo "error : The two params is the go mod pack name" )
if not defined GOLANGMODELNAME (echo "error : The three params is the output directory name")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment