Skip to content
Snippets Groups Projects
Select Git revision
  • d2427e7a83af5a200b1a640777ba9bfb4538ca67
  • master default protected
  • v0.2.2
  • v0.2.1
  • v0.2.0
5 results

README.md

Blame
  • Volker Schukai's avatar
    2e10a070
    History

    Data

    Data is ...

    Documentation

    To check out docs and examples, visit ....

    Installation

    go get gitlab.schukai.com/oss/libraries/go/utilities/data.git 

    Note: This library uses Go Modules to manage dependencies.

    Usage

    Contributing

    Merge requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

    Versioning is done with SemVer. Changelog is generated with git-chglog

    Commit messages should follow the Conventional Commits specification. Messages are started with a type, which is one of the following:

    • feat: A new feature
    • fix: A bug fix
    • doc: Documentation only changes
    • refactor: A code change that neither fixes a bug nor adds a feature
    • perf: A code change that improves performance
    • test: Adding missing or correcting existing tests
    • chore: Other changes that don't modify src or test files

    The footer would be used for a reference to an issue or a breaking change.

    A commit that has a footer BREAKING CHANGE:, or appends a ! after the type/scope, introduces a breaking API change (correlating with MAJOR in semantic versioning). A BREAKING CHANGE can be part of commits of any type.

    the following is an example of a commit message:

    feat: add 'extras' field

    Questions

    For questions and commercial support, please contact schukai GmbH. The issue list of this repo is exclusively for bug reports and feature requests.

    Issues

    Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

    License

    © schukai GmbH, Released under the AGPL 3.0 License.

    AGPL

    You can also purchase a commercial license.