Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.11 KB

unify4g

unify4g is a comprehensive Go library designed to enhance productivity by providing a suite of utilities for string manipulation, time handling, type conversions, and more. It aims to facilitate cleaner and more maintainable code.

Features

  • String Utilities: Enhance and manipulate strings efficiently.
  • Type Conversions: Convert between various data types effortlessly.
  • Miscellaneous Utilities: A collection of tools to enhance your Go development experience.

Requirements

  • Go version 1.23 or higher

Installation

To install, you can use the following commands based on your preference:

  • For a specific version:

    go get github.com/sivaosorg/unify4g@v0.0.1
  • For the latest version:

    go get -u github.com/sivaosorg/unify4g@latest

Contributing

To contribute to project, follow these steps:

  1. Clone the repository:

    git clone --depth 1 https://github.com/sivaosorg/unify4g.git
  2. Navigate to the project directory:

    cd unify4g
  3. Prepare the project environment:

    go mod tidy