# xgo **Repository Path**: gokit/xgo ## Basic Information - **Project Name**: xgo - **Description**: Go Components - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # *XGo* [![Go Report Card](https://goreportcard.com/badge/github.com/Kretech/xgo)](https://goreportcard.com/report/github.com/Kretech/xgo) [![Build Status](https://travis-ci.org/Kretech/xgo.svg?branch=master)](https://travis-ci.org/Kretech/xgo) [![Coverage Status](https://coveralls.io/repos/github/Kretech/xgo/badge.svg)](https://coveralls.io/github/Kretech/xgo) Go Components ## Release - [digo](https://github.com/Kretech/xgo/tree/master/digo) dependency-injector container - [dumper](https://github.com/Kretech/xgo/tree/master/dump) var_dumper could show var names by dynamic-lib - [httpclient](https://github.com/Kretech/xgo/tree/master/httpclient) fantastic httpclient - [dynamic](https://github.com/Kretech/xgo/tree/master/dynamic) use ast and reflect simply at runtime - [firewall](https://github.com/Kretech/xgo/tree/master/firewall) rate limiter in the meanwhile - [version](https://github.com/Kretech/xgo/tree/master/version) semantic version's operation and compares - [string](https://github.com/Kretech/xgo/blob/master/string/string.go) wraped string class using chain's functions - [astutil](https://github.com/Kretech/xgo/tree/master/astutil) helpers for ast package - [pipe](https://github.com/Kretech/xgo/tree/master/pipe) concurrently call bin in pipe - [gotemplate](https://github.com/Kretech/xgo/tree/master/gotemplate) helpers for html/template ## todo - [Carbon](https://github.com/Kretech/xgo/tree/master/date/carbon) wraped time class like [php-carbon](https://carbon.nesbot.com/) - [word](https://github.com/Kretech/xgo/tree/master/word) helpers for words - GoQuery: helpers use ast like jQuery - Scanner: code scanner - Dict: like Php/Array or Python/dict - Array: slice without sliceHeader ## Requirements Go >= 1.10 ## Inspired By - https://symfony.com/ - https://commons.apache.org/