🚧 A bit of initial work

This commit is contained in:
Dan Jones 2024-09-12 16:40:31 -05:00
commit 2b888f203d
7 changed files with 326 additions and 1 deletions

6
config/config.go Normal file
View file

@ -0,0 +1,6 @@
package config
type Config struct {
Env Env
BaseURL string
}