mirror of
https://github.com/rjNemo/underscore
synced 2026-06-10 20:46:42 +00:00
update docs
This commit is contained in:
parent
6b377350d6
commit
63ebd6beb8
3 changed files with 15 additions and 18 deletions
16
README.md
16
README.md
|
|
@ -1,14 +1,15 @@
|
||||||
# Underscore
|
# Underscore
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|

|
||||||
|
|
||||||

|

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

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|
|
||||||

|
|
||||||

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