diff options
author | Torro <Torro@tuta.io> | 2018-06-01 16:20:30 +0200 |
---|---|---|
committer | Torro <Torro@tuta.io> | 2018-06-01 16:20:30 +0200 |
commit | 637ee7a1516a4ee8bacf6745f0df4852616cff7a (patch) | |
tree | 51272d0a7aca7ee519879ace3c381d1120892fbe /lib/std | |
parent | 16a42f4ffa42eaa2d207294d9273eb32143bfa41 (diff) | |
download | Nim-637ee7a1516a4ee8bacf6745f0df4852616cff7a.tar.gz |
Add note to import "std/sha1" to sha1.nim (doc)
Diffstat (limited to 'lib/std')
-rw-r--r-- | lib/std/sha1.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/std/sha1.nim b/lib/std/sha1.nim index b18095ff6..c0b1bffcf 100644 --- a/lib/std/sha1.nim +++ b/lib/std/sha1.nim @@ -7,6 +7,8 @@ # distribution, for details about the copyright. # +## Note: Import ``std/sha1`` to use this module + import strutils const Sha1DigestSize = 20 |