summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/math/Mod.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/math/Mod.md')
-rw-r--r--docs/content/en/functions/math/Mod.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/content/en/functions/math/Mod.md b/docs/content/en/functions/math/Mod.md
deleted file mode 100644
index d312730c5..000000000
--- a/docs/content/en/functions/math/Mod.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: math.Mod
-description: Returns the modulus of two integers.
-categories: []
-keywords: []
-action:
- aliases: [mod]
- related:
- - functions/math/ModBool
- returnType: int64
- signatures: [math.Mod VALUE1 VALUE2]
----
-
-```go-html-template
-{{ mod 15 3 }} → 0
-```