Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pastusiak/template-go-app
Universal go lang app template (console, desktop with fyne, web, api).
https://github.com/pastusiak/template-go-app
fyne fyneapp go go-api go-app go-cli go-desktop-apps go-example go-lang golang golang-application golang-examples template-project
Last synced: 12 days ago
JSON representation
Universal go lang app template (console, desktop with fyne, web, api).
- Host: GitHub
- URL: https://github.com/pastusiak/template-go-app
- Owner: pastusiak
- Created: 2023-11-25T13:46:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-03T18:55:23.000Z (about 1 year ago)
- Last Synced: 2024-11-10T22:08:48.663Z (2 months ago)
- Topics: fyne, fyneapp, go, go-api, go-app, go-cli, go-desktop-apps, go-example, go-lang, golang, golang-application, golang-examples, template-project
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GO LANG App Template
### Created by Przemyslaw Pastusiak
> https://github.com/pastusiak/template-go-app---
### Usage
```
go run main.gogo build main.go
```### Console arguments
Option list / Help
``` -? | --help```Autorun option
``` -o ```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
```