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

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

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"
```