mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
public enums + more public structs (libs/examples/tests)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module crypto
|
||||
|
||||
enum Hash {
|
||||
pub enum Hash {
|
||||
MD4
|
||||
MD5
|
||||
SHA1
|
||||
|
||||
Reference in New Issue
Block a user