Skip to content
/ template-go-app Public template

Universal go lang app template (console, desktop with fyne, web, api).

Notifications You must be signed in to change notification settings

pastusiak/template-go-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO LANG App Template

Created by Przemyslaw Pastusiak

https://github.com/pastusiak/template-go-app


Usage

go run main.go

go build main.go

Console arguments

Option list / Help -? | --help

Autorun option -o <option_name>

Shutdown application after option done -q

Examples

go run main.go -o ex1
go run main.go -q -o ex1
go run main.go -o ex2 -q
go run main.go -o ex2 -o ex1
go run main.go -o ex2 -o ex1 -q -o ex3