This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
lotus-package-manager/Lotus/Checksum.go
2021-11-06 10:58:11 +01:00

8 lines
No EOL
93 B
Go

package Lotus
type Checksum struct{
MD5 string
SHA1 string
SHA256 string
SHA512 string
}