An open API service indexing awesome lists of open source software.

https://github.com/kamalyes/gosh


https://github.com/kamalyes/gosh

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# gosh

> gosh is characterized by daily work requirements and extension development, encapsulated generic tool classes

[![stable](https://img.shields.io/badge/stable-stable-green.svg)](https://github.com/kamalyes/gosh)
[![license](https://img.shields.io/github/license/kamalyes/gosh)]()
[![download](https://img.shields.io/github/downloads/kamalyes/gosh/total)]()
[![release](https://img.shields.io/github/v/release/kamalyes/gosh)]()
[![commit](https://img.shields.io/github/last-commit/kamalyes/gosh)]()
[![issues](https://img.shields.io/github/issues/kamalyes/gosh)]()
[![pull](https://img.shields.io/github/issues-pr/kamalyes/gosh)]()
[![fork](https://img.shields.io/github/forks/kamalyes/gosh)]()
[![star](https://img.shields.io/github/stars/kamalyes/gosh)]()
[![go](https://img.shields.io/github/go-mod/go-version/kamalyes/gosh)]()
[![size](https://img.shields.io/github/repo-size/kamalyes/gosh)]()
[![contributors](https://img.shields.io/github/contributors/kamalyes/gosh)]()
[![codecov](https://codecov.io/gh/kamalyes/gosh/branch/master/graph/badge.svg)](https://codecov.io/gh/kamalyes/gosh)
[![Go Report Card](https://goreportcard.com/badge/github.com/kamalyes/gosh)](https://goreportcard.com/report/github.com/kamalyes/gosh)
[![Go Reference](https://pkg.go.dev/badge/github.com/kamalyes/gosh?status.svg)](https://pkg.go.dev/github.com/kamalyes/gosh?tab=doc)
[![Sourcegraph](https://sourcegraph.com/github.com/kamalyes/gosh/-/badge.svg)](https://sourcegraph.com/github.com/kamalyes/gosh?badge)

**gosh's key features are:**

## Getting started

### Prerequisites

requires [Go](https://go.dev/) version [1.20](https://go.dev/doc/devel/release#go1.20.0) or above.

### Getting

With [Go's module support](https://go.dev/wiki/Modules#how-to-use-modules), `go [build|run|test]` automatically fetches the necessary dependencies when you add the import in your code:

```sh
import "github.com/kamalyes/gosh"
```

Alternatively, use `go get`:

```sh
go get -u github.com/kamalyes/gosh
```