Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 456 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 456 Bytes

DevX

DevX is an library for common functions and utilities used in the development.

Installation

To install DevX, run the following command:

go get github.com/xBlaz3kx/DevX@latest

Usage

package main

import (
	"github.com/xBlaz3kx/DevX"
)

func main() {
	// Your code here
}

Contributing

We appreciate your help! Please see CONTRIBUTING for details on how to contribute to this internal library.