From 74892d1caf709df8ea88e2f47cfdc5cfa6b90272 Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Wed, 15 Jun 2022 13:09:57 +0200 Subject: [PATCH] fix: make LoadConfig public --- vconf.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vconf.v b/vconf.v index 393865f..b1af613 100644 --- a/vconf.v +++ b/vconf.v @@ -39,7 +39,7 @@ fn get_env_var(prefix string, field_name string, file_suffix string) ?string { } [params] -struct LoadConfig { +pub struct LoadConfig { prefix string file_suffix string = '_FILE' default_path string