You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
@echo ##########Formatting code######################################### go fmt ./ && go vet ./ @echo ##########Format the code successfully############################ @echo ##########Compiling gva.exe####################################### go build -o gva.exe cmd/main.go @echo ##########Successfully compiled gva.exe########################### @echo ##########Initializing data using gva.exe######################### gva.exe initdb @echo ##########Use gva.exe to initialize data successfully############# @echo ##########Deleting gva.exe######################################## del gva.exe @echo ##########Deleting gva.exe successfully###########################
|