https://github.com/imjoseangel/functions-go
Different standard functions for golang
https://github.com/imjoseangel/functions-go
go golang golang-library
Last synced: 7 months ago
JSON representation
Different standard functions for golang
- Host: GitHub
- URL: https://github.com/imjoseangel/functions-go
- Owner: imjoseangel
- License: mit
- Created: 2020-09-18T08:36:39.000Z (about 5 years ago)
- Default Branch: devel
- Last Pushed: 2024-08-29T19:51:54.000Z (about 1 year ago)
- Last Synced: 2025-01-06T16:38:49.946Z (9 months ago)
- Topics: go, golang, golang-library
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# Golang Functions Module
`functions-go` is a golang functions module with different basic functionalities for your go code.
The module has some Python functionalities in mind.
To use it, run:
```bash
go get github.com/imjoseangel/functions-go
```To upadte with a specific release:
```bash
go get -u github.com/imjoseangel/functions-go@v1.0.5
```And import:
```go
import "github.com/imjoseangel/functions-go"
```