https://github.com/kamalyes/gosh
https://github.com/kamalyes/gosh
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamalyes/gosh
- Owner: kamalyes
- License: apache-2.0
- Created: 2024-11-17T14:51:56.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-01-24T21:42:51.000Z (5 months ago)
- Last Synced: 2025-02-07T06:13:16.199Z (4 months ago)
- Language: Go
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/codeowners
Awesome Lists containing this project
README
# gosh
> gosh is characterized by daily work requirements and extension development, encapsulated generic tool classes
[](https://github.com/kamalyes/gosh)
[]()
[]()
[]()
[]()
[]()
[]()
[]()
[]()
[]()
[]()
[]()
[](https://codecov.io/gh/kamalyes/gosh)
[](https://goreportcard.com/report/github.com/kamalyes/gosh)
[](https://pkg.go.dev/github.com/kamalyes/gosh?tab=doc)
[](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
```