Code Monkey home page Code Monkey logo

dcos-go's Introduction

dcos-go - DC/OS golang shared packages

Build Status GoDoc Go Report Card

This repository exists to collect commonly shared Go code within Mesosphere. It can include code that is specific to DC/OS and can also include code that is more utilitarian in nature.

Contributing

Everyone is welcome to submit Pull Requests.

If you find yourself writing the same code more than once in separate projects, or have seen the same code in more than one project, it may be a good candidate for inclusion into this repository. Be sure to ask on the mailing list if you are unsure before contributing.

Pull requests should adhere to the following guidelines:

  • Reviewer first: create your changeset with care for the reviewer.
  • The changeset should have a good description.
  • Each commit in the changeset should have a description as well as be focused on one thing.
  • Code must be tested
  • Code should be written with care to allow for non-breaking changes going forward
  • If introducing a new package, the package should have a doc.go file which describes the purpose of the package.
  • Try not to introduce external dependencies unless necessary.

External Libraries

This project uses go mod to manage external dependencies. External libs are vendored into the /vendor directory. There is one set of dependencies for all of the packages that live in this project. If you need to make a change to one of the dependencies, at the current time it will need to be compatible with all of the packages. A passing CI build will ensure this.

Packages In This Library

Note that this package list is manually updated in this README. There is some discussion about automating this process. You can track the progress of this effort by following this ticket.

OSS Projects Using This Library

License

Licensed under the Apache License, Version 2.0.

dcos-go's People

Contributors

bamarni avatar br-lewis avatar branden avatar collinvandyck avatar drewvanstone avatar gracedo avatar grampelberg avatar jdef avatar jieyu avatar malnick avatar mnaboka avatar mrnugget avatar oprinmarius avatar paulcallen avatar pruthvi6767 avatar soccergb avatar spahl 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.