Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
/ platform Public archive

⚠ [ARCHIVED] An application bootstrapping toolkit for Go

License

Notifications You must be signed in to change notification settings

goph/platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform

CircleCI Go Version Go Report Card GolangCI GoDoc

Platform is an application bootstrapping toolkit.

Platform lets you reuse some simple application bootstrapping code, so that you don't have to copy paste it from project to project, but it encourages to do so when your application's needs it.

Most of the packages in this project originate from Modern Go Application which is an application example and boilerplate built with best practices in mind. This means that the packages here are usually tested in Modern Go Application and once they reach certain stability, they might eventually be moved here.

Motivation

Every programming language has its own preferred way of doing things. In case of Go there are tons of "rules" phrased as proverbs. Regardless of you liking them or not, they help building a more consistent ecosystem for Go.

One of these (controversial) proverbs could sound like this: "Put everything in main.go". (There isn't really such proverb, but it exists as a practice in the community) It doesn't mean literally everything, but the code that bootstraps your application. It encourages you to do every bootstrapping in the main function instead of using frameworks doing magic in the background.

License

The MIT License (MIT). Please see License File for more information.

About

⚠ [ARCHIVED] An application bootstrapping toolkit for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published