Renamed Checksums to Checksum
This commit is contained in:
parent
fa891827e3
commit
771ce63162
1 changed files with 0 additions and 0 deletions
8
Lotus/Checksum.go
Normal file
8
Lotus/Checksum.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package Lotus
|
||||
|
||||
type Checksum struct{
|
||||
MD5 string
|
||||
SHA1 string
|
||||
SHA256 string
|
||||
SHA512 string
|
||||
}
|
||||
Reference in a new issue