https://github.com/john-d-pelingo/sinartisi
A bunch of helpful functions to get my golang with best practices going!
https://github.com/john-d-pelingo/sinartisi
golang library
Last synced: 6 months ago
JSON representation
A bunch of helpful functions to get my golang with best practices going!
- Host: GitHub
- URL: https://github.com/john-d-pelingo/sinartisi
- Owner: john-d-pelingo
- License: mit
- Created: 2019-09-16T20:06:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T15:25:31.000Z (over 4 years ago)
- Last Synced: 2023-08-10T18:48:14.292Z (almost 3 years ago)
- Topics: golang, library
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![MIT License][shield-mit]][license]
[![Build Status][shield-travis-ci]][travis-ci]
[![CircleCI][shield-circle-ci]][circle-ci]
[![codecov][shield-code-coverage]][code-coverage]
[![Go Report Card][shield-go-report-card]][go-report-card]
[![Maintainability][shield-maintainability]][maintainability]
# sinartisi
A bunch of helpful functions to get my [golang](https://golang.org/) with best
practices going!
Sinartisi (συνάρτηση) is a Greek word for `function`.
## Contributing
1. Fork it!
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. Submit a pull request! :D
## License
[MIT][license] © 2019-present
[circle-ci]: https://circleci.com/gh/john-d-pelingo/sinartisi
[code-coverage]: https://codecov.io/gh/john-d-pelingo/sinartisi
[go-report-card]:
https://goreportcard.com/badge/github.com/john-d-pelingo/sinartisi
[license]: https://github.com/john-d-pelingo/sinartisi/blob/master/LICENSE
[maintainability]:
https://codeclimate.com/github/john-d-pelingo/sinartisi/maintainability
[shield-circle-ci]:
https://circleci.com/gh/john-d-pelingo/sinartisi.svg?style=svg
[shield-code-coverage]:
https://codecov.io/gh/john-d-pelingo/sinartisi/branch/master/graph/badge.svg
[shield-go-report-card]:
https://goreportcard.com/badge/github.com/john-d-pelingo/sinartisi
[shield-maintainability]:
https://api.codeclimate.com/v1/badges/74f7bcdee8e625088152/maintainability
[shield-mit]: https://img.shields.io/badge/License-MIT-lavender.svg
[shield-travis-ci]:
https://travis-ci.org/john-d-pelingo/sinartisi.svg?branch=master
[travis-ci]: https://travis-ci.org/john-d-pelingo/sinartisi