Skip to content

gozix/boilerplate

Repository files navigation

GoZix Boilerplate

License Documentation

Release Build Status Go Report Card Code Coverage

Example of simple GoZix application.

Installation

git clone https://github.com/gozix/boilerplate.git

Project Structure

.
├── .bin                // Resources and binary components
├── cmd                 // Project components
│   └── app             // Executable component
│       ├── internal    // Component libraries
│       └── main.go     // Component entry point
├── internal            // Project common libraries
├── vendor              // Project dependencies
├── Gopkg.lock          // Dep lock file
├── Gopkg.toml          // Dep manifest 
├── Makefile            // Project make file
└── README.md           // Project readme

Documentation

You can find documentation on pkg.go.dev and read source code if needed.

Questions

If you have any questions, feel free to create an issue.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published