Coder Social home page Coder Social logo

qcrao / goutil Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 40 KB

goutil is a comprehensive utility library for Go programmers. It is designed to provide a collection of handy utility functions that are commonly used in day-to-day programming tasks.

Home Page: https://pkg.go.dev/github.com/qcrao/goutil

License: GNU General Public License v3.0

Makefile 0.15% Go 99.85%

goutil's Introduction

goutil: Your Go-To Utility Library for Go

GitHub go.mod Go version CI codecov Go Report Card Go Reference

Introduction

doc online

goutil is a comprehensive, easy-to-use utility library for Go programmers. It provides a collection of handy utility functions that are commonly used in day-to-day programming tasks. This library aims to enhance productivity by reducing the time spent on writing and maintaining common utility functions.

Features

  • Comprehensive: Covers a wide range of functionalities including string manipulation, file I/O operations, data structure operations, and error handling.
  • Easy to Use: Designed with simplicity and ease of use in mind.
  • Time-Saving: Reduces the time spent on writing and maintaining common utility functions.

Installation

To install goutil, use the following command:

go get github.com/qcrao/goutil

Usage

Import goutil in your Go program as follows:

import "github.com/qcrao/goutil"

You can then call the utility functions as per your requirement. For example:

result := goutil.SomeUtilityFunction(input)

go test

go test -race -coverprofile=coverage.txt -covermode=atomic ./... && go tool cover -html=coverage.txt

goutil's People

Contributors

qcrao avatar

Stargazers

 avatar

Watchers

 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.