You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task repository is tracked by Macports [[package](https://ports.macports.org/port/go-task/details/)][[source](https://github.com/macports/macports-ports/blob/master/devel/go-task/Portfile)]:
42
+
43
+
```shell
44
+
port install go-task
45
+
```
46
+
39
47
### [Snap][snapcraft]![][macos]![][linux]\{#snap}
40
48
41
49
Task is available on [Snapcraft][snapcraft][[source](https://github.com/go-task/snap/blob/main/snap/snapcraft.yaml)], but keep in mind that your Linux
Copy file name to clipboardExpand all lines: website/versioned_docs/version-latest/reference/templating.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -400,7 +400,6 @@ Lastly, Task itself provides a few functions:
400
400
| `fromYaml`\* | Decodes a YAML string into an object. |
401
401
| `toYaml`\* | Encodes an object as a YAML string. |
402
402
| `uuid` | Generates a new pseudo-random UUIDv4 string. |
403
-
| `randInt` | Generates a new pseudo-random, non-negative, 32bit integer. Generated numbers are not suitable for security-sensitive work. |
404
403
| `randIntN` | Generates a new pseudo-random, non-negative, 32bit integer in the half-open interval `[0,n)`. Generated numbers are not suitable for security-sensitive work. |
0 commit comments