parse config properly #1

Open
opened 2025-09-21 22:48:31 +02:00 by lucas · 1 comment
Owner

actually parse the key=value pairs.

Not sure yet if we want to return a map[string]string or enforce each application to create a Config struct.

actually parse the key=value pairs. Not sure yet if we want to return a map[string]string or enforce each application to create a Config struct.
Author
Owner

its being parsed, strings.Cut() makes it easy enough :)
maybe we just make both possible and figure out which keeps code readable

its being parsed, strings.Cut() makes it easy enough :) maybe we just make both possible and figure out which keeps code readable
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lucas/configtest#1
No description provided.