All Projects → grokify → mogo

grokify / mogo

Licence: MIT License
A collection of small DRY Go utilities to make life easier. DRY = Don't Repeat Yourself.

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to mogo

Utils
A collection of useful PHP functions, mini classes and snippets that you need and can use every day.
Stars: ✭ 750 (+3847.37%)
Mutual labels:  utilities, utility-library
Ubelt
A Python utility belt containing simple tools, a stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress, and more made easy!
Stars: ✭ 561 (+2852.63%)
Mutual labels:  utilities, utility-library
Craig S Utility Library
A giant set of utility classes originally start back in the .Net 2.0 days and updated until .Net Core and .Net Standard became a thing. At which point I took the library and broke it up into a ton of smaller libraries. View my profile for more up to date versions of everything.
Stars: ✭ 397 (+1989.47%)
Mutual labels:  utilities, utility-library
Biblioteca-DDR-Java
Funciones java con utilidades para distintos proyectos
Stars: ✭ 19 (+0%)
Mutual labels:  utilities, utility-library
Utils
Ruby core extentions and class utilities for Hanami
Stars: ✭ 159 (+736.84%)
Mutual labels:  utilities, utility-library
Sassyfication
💅Library with sass mixins to speed up your css workflow.
Stars: ✭ 51 (+168.42%)
Mutual labels:  utilities, utility-library
Lodash Php
Easy to use utility functions for everyday PHP projects. This is a port of the Lodash JS library to PHP
Stars: ✭ 412 (+2068.42%)
Mutual labels:  utilities, utility-library
Best Of Python
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.
Stars: ✭ 1,869 (+9736.84%)
Mutual labels:  utilities, utility-library
dpytools
Collection of easy to use, beginner friendly but powerful, orthogonal tools to speed up discord bots development (discord.py)
Stars: ✭ 23 (+21.05%)
Mutual labels:  utilities, utility-library
CoreLibraries
A set of .NET libraries for building enterprise level solutions quickly
Stars: ✭ 22 (+15.79%)
Mutual labels:  utilities, utility-library
Infinite-File-Curtailer
Curtail is a utility program that reads stdin and writes to a file bound by size.
Stars: ✭ 23 (+21.05%)
Mutual labels:  utility-library
wareki
Utility function for Japanese calender.
Stars: ✭ 23 (+21.05%)
Mutual labels:  utilities
antiutils
TypeScript/JavaScript utilities for those who don't like utilities
Stars: ✭ 31 (+63.16%)
Mutual labels:  utilities
reactools
Create React interfaces is easy.
Stars: ✭ 14 (-26.32%)
Mutual labels:  utilities
utilities
Collection of small useful functions in Python
Stars: ✭ 30 (+57.89%)
Mutual labels:  utilities
OpenDriver2Tools
Driver 1 and Driver 2 tools
Stars: ✭ 25 (+31.58%)
Mutual labels:  utilities
vmutils
cross platform library to manipulate and extract information of memory regions
Stars: ✭ 22 (+15.79%)
Mutual labels:  utilities
iOS-UtiliKit
All the things you're tired of writing.
Stars: ✭ 21 (+10.53%)
Mutual labels:  utilities
type-predicates
A comprehensive collection of type-guards, type assertions and related utils
Stars: ✭ 44 (+131.58%)
Mutual labels:  utilities
dftools
Tools for Star Wars: Dark Forces assets.
Stars: ✭ 18 (-5.26%)
Mutual labels:  utilities

MoGo

Build Status Go Report Card Docs SLOC License

Overview

The mogo (pronounced "Mo Go" for "More Go") package provides a collection of Go utilities for common tasks.

Go is a small language which is useful from a development and maintenance perspective but it can result in common tasks being more verbose than other languages where there are more productivity methods. The mogo package's goal is to provide wrappers for common tasks in the same spirit of io/ioutil to make programming Go a bit faster.

In terms of scope, mogo is designed to cover all common areas, with a move to fewer dependencies.

⚠️ mogo is in a deconstruction phase. It currently has many dependencies and the goal is to move external dependences to separate packages in the Mogo family.

See the following modules for extended functionality (with more dependencies):

Documentation

Documentation is provided using godoc and available on GoDoc.org.

Installation

$ go get github.com/grokify/mogo/...

Contributing

Features, Issues, and Pull Requests are always welcome.

To contribute:

  1. Fork it ( http://github.com/grokify/mogo/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Please report issues and feature requests on Github.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].