Skip to content

complexorganizations/gocreate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoCreate

Release Issues PullRequest License GoReport Actions CodeQL Go-Version Code-Size

Get it from the Snap Store

There is no official go project specification framework or widely agreed standard other than go.mod.


Features

  • Structure go applications

Installation

Download the latest gocreate binary

go install github.com/complexorganizations/gocreate@latest

Create a project applications using gocreate

gocreate {PROJECT}

Structure

{PROJECT}
├── assets
│   └── README.md
├── build
│   └── README.md
├── cmd
│   └── README.md
├── go.mod
├── go.sum
├── internal
│   └── README.md
├── main.go
├── pkg
│   └── README.md
├── README.md
├── scripts
│   └── README.md
└── vendor
    └── README.md

Compatibility

OS Supported
Darwin ✔️
FreeBSD ✔️
Linux ✔️
NetBSD ✔️
OpenBSD ✔️
Plan 9 ✔️
Solaris ✔️
Windows ✔️

Credits

  • Open Source Community

License

Copyright © 2021 ComplexOrganizations

The Apache 2.0 license governs the distribution of this project.

About

✔️ Go app structure that is simple and easy to use.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages