https://github.com/gojekfarm/xtools
XTools is a submodule based repo to host re-usable Golang code.
https://github.com/gojekfarm/xtools
go golang
Last synced: 3 months ago
JSON representation
XTools is a submodule based repo to host re-usable Golang code.
- Host: GitHub
- URL: https://github.com/gojekfarm/xtools
- Owner: gojekfarm
- License: mit
- Created: 2022-12-05T08:07:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-28T09:04:28.000Z (5 months ago)
- Last Synced: 2026-03-28T00:36:52.632Z (3 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 10.4 MB
- Stars: 22
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# XTools
[![build][build-workflow-badge]][build-workflow]
[![codecov][coverage-badge]][codecov]
[![docs][docs-badge]][pkg-dev]
[![go-report-card][report-badge]][report-card]
## Introduction
XTools is a submodule based repo to host re-usable Golang code.
## Usage
[API reference][api-docs]
```bash
go get github.com/gojekfarm/xtools/xproto
```
### Contributing Guide
Read our [contributing guide](./CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to XTools.
### Release Process
This repo uses Golang [`submodules`](https://github.com/golang/go/wiki/Modules#faqs--multi-module-repositories), to make a new release, make sure to follow the release process described in [RELEASING](RELEASING.md) doc exactly.
## License
XTools is [MIT licensed](./LICENSE).
[build-workflow-badge]: https://github.com/gojekfarm/xtools/workflows/build/badge.svg
[build-workflow]: https://github.com/gojekfarm/xtools/actions?query=workflow%3Abuild
[coverage-badge]: https://codecov.io/gh/gojekfarm/xtools/branch/main/graph/badge.svg?token=ZI56DE8HDH
[codecov]: https://codecov.io/gh/gojekfarm/xtools
[docs-badge]: https://pkg.go.dev/badge/github.com/gojekfarm/xtools
[pkg-dev]: https://pkg.go.dev/github.com/gojekfarm/xtools
[report-badge]: https://goreportcard.com/badge/github.com/gojekfarm/xtools
[report-card]: https://goreportcard.com/report/github.com/gojekfarm/xtools
[api-docs]: https://pkg.go.dev/github.com/gojekfarm/xtools