mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
parent
6b377350d6
commit
d9c1c152ba
3 changed files with 15 additions and 18 deletions
16
README.md
16
README.md
|
|
@ -1,14 +1,15 @@
|
|||
# Underscore
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
`underscore` is a `Go` library providing useful functional programming helpers without extending any built-in objects.
|
||||
|
||||
It is mostly a port from the `underscore.js` library based on generics brought by `go1.18`.
|
||||
It is mostly a port from the `underscore.js` library based on generics brought by `Go 1.18`.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
@ -50,13 +51,10 @@ purposes.
|
|||
|
||||
### Prerequisites
|
||||
|
||||
You need at least `go1.18` for development. The project is shipped with a [Dockerfile](Dockerfile) based on `go1.18`. If
|
||||
you prefer local development, at the moment the easiest way to do it:
|
||||
You need at least `go1.18` for development. The project is shipped with a [Dockerfile](Dockerfile) based on `go1.18`.
|
||||
|
||||
```shell script
|
||||
go install golang.org/dl/go1.18beta1@latest
|
||||
go1.18beta1 download
|
||||
```
|
||||
If you prefer local development, navigate to the [official
|
||||
download page](https://go.dev/dl/) and install version `1.18` or beyond.
|
||||
|
||||
### Installing
|
||||
|
||||
|
|
|
|||
|
|
@ -2,11 +2,13 @@
|
|||
title: underscore
|
||||
---
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||

|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
`underscore` is a `Go` library providing useful functional programming helpers without extending any built-in objects.
|
||||
|
||||
|
|
|
|||
|
|
@ -42,13 +42,10 @@ purposes.
|
|||
### Prerequisites
|
||||
|
||||
You need at least `go1.18` for development. The project is shipped with
|
||||
a [Dockerfile](https://github.com/rjNemo/underscore/tree/main/Dockerfile) based on `go1.18`. If you prefer local
|
||||
development, at the moment the easiest way to do it:
|
||||
a [Dockerfile](https://github.com/rjNemo/underscore/tree/main/Dockerfile) based on `go1.18`.
|
||||
|
||||
```shell
|
||||
go install golang.org/dl/go1.18beta1@latest
|
||||
go1.18beta1 download
|
||||
```
|
||||
If you prefer local development, navigate to the [official
|
||||
download page](https://go.dev/dl/) and install version `1.18` or beyond.
|
||||
|
||||
### Installing
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue