Git Product home page Git Product logo

libgo's Introduction

libgo

libgo abbreviation of Go language library is a repository wrapper to store all implementation of GeniusesGroup and others protocols and algorithms to make a digital platform more easily in better performance! You can use all packages exported APIs and also use library CLI to access some useful APIs from command line easily!

Goals

  • Compile an application as Unikernel instead of regular OSs binaries.
  • Develope high available and distributed software without any admin in any infrastructure layers (DevOps culture goal).
  • Let service developers act Lean and Agile in their organization.

Not Goals

Protocols

Read more about each protocol or library in its RFC As suggest here to comply with the standards we add protocol package and all other libgo packages implement this package. You can implement these protocols in your own way if our packages can't satisfied you or your requirements!
A standard is a formalized protocol accepted by most of the parties that implement it. A protocol is not a set of rules. A protocol is the thing those rules describe the rules of. This is why programs implement a protocol and comply with a standard.

Some useful git commands

  • Make project version control by git init
  • Clone exiting repo by git clone ${repository path}.
  • Add libgo to project as submodule by git submodule add -b master https://github.com/GeniusesGroup/libgo
  • Clone existing project with just latest commits not all one git clone ${repository path} --recursive --shallow-submodules
  • Change libgo version by git checkout tag/${tag} or update by git submodule update -f --init --remote --checkout --recursive if needed.

Some useful GO commands

  • go build -race
  • go tool compile -S {{file-name}}.go > {{file-name}}_C.S
  • go tool objdump {{file-name}}.o > {{file-name}}_O.S
  • go build -gcflags=-m {{file-name}}.go
  • go run -gcflags='-m -m' {{file-name}}.go

Enterprise

Contact us by this or this if you need enterprise support for developing high available and distributed software. See features available in enterprise package:

  • Develope exclusive features in very short time
  • Bug fixing quickly

Abbreviations

  • UI >> any User Interface -- GUI >> Graphic User Interface -- VUI >> Voice User Interface -- CLI >> Command Line Interface

libgo's People

Contributors

omidhekayati avatar sina-devel avatar

Stargazers

Shirin 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.