Renamed Checksums to Checksum

This commit is contained in:
netbenix 2021-11-06 10:58:11 +01:00
parent fa891827e3
commit 771ce63162

View file

@ -1,8 +0,0 @@
package Lotus
type Checksum struct{
MD5 string
SHA1 string
SHA256 string
SHA512 string
}