Git Product home page Git Product logo

sivaosorg / gocell Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 81 KB

GoCell is a robust and scalable base platform for building web applications using the Go programming language. It provides a solid foundation with essential features and a modular architecture that allows developers to quickly kickstart their projects and focus on building core functionality.

Home Page: https://github.com/sivaosorg/gocell

Makefile 3.64% Go 95.19% Shell 1.17%
golang-architect golang-boilerplate golang-rest-api

gocell's People

Contributors

arisnguyen215 avatar pnguyen215 avatar

gocell's Issues

Add Release guideline

Version Releases

Semantic Versioning (SemVer): vMAJOR.MINOR.PATCH

Example:

  • v1.0.0
  • v1.0.1
  • v1.1.1

Pre-release versions: vMAJOR.MINOR.PATCH-<BETA/RC/SNAPSHOT>.<number>

Example:

  • v1.0.0-beta.1
  • v1.0.0-beta.2
  • v1.2.3-rc1
  • v1.2.3-SNAPSHOT

Post-release versions: vMAJOR.MINOR.PATCH-POST.<number>

Example:

  • v1.2.3-post.1
  • v1.2.3-post.2

Local versions: vMAJOR.MINOR.PATCH+LOCAL

Example:

  • v1.0.0+local
  • v1.1.0+local

Caret range versions: ^MAJOR.MINOR.PATCH

Example:

  • ^1.2.3 (similar >=1.2.3 < 2.0.0)

Tilde range versions: ~MAJOR.MINOR.PATCH

Example:

  • ~1.2.3 (similar >=1.2.3 <1.3.0)

Notes:

  • MAJOR: major version.
  • MINOR: Minor version, often adding new features.
  • PATCH: Patch version, typically fixing bugs.
  • SNAPSHOT: Indicates a version under development or in progress. It is often used to represent the latest state of the codebase and may include ongoing changes and features that are not yet finalized. This allows developers to work with the most recent developments in a project.

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.