Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Fix a compilation error #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix a compilation error #2

wants to merge 1 commit into from

Conversation

Dlurak
Copy link

@Dlurak Dlurak commented Jan 19, 2024

The lib gave me following error when I tried to use it:

error: cannot initialize a struct with a map
   16 | // load_env is a simple loader
   17 | pub fn load_env() {
   18 |     loader({})
      |            ~~
   19 | }
   20 |

I've fixed that and also ran v fmt to get consistent formatting.

The tests pass.

Btw there is a guide how to integrate v unit tests to GitHub Actions available here.

@tbdsux
Copy link
Owner

tbdsux commented Jan 21, 2024

Hello sorry but I don't have the plan to continue on this project, please do fork or create a separate project for this one

I am very sorry

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants