GithubHelp home page GithubHelp logo

platform's Introduction

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.

platform's People

Contributors

sagikazarmark avatar

Stargazers

MK avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.