Skip to content

Instantly share code, notes, and snippets.

@wingedpig
Created December 13, 2022 15:39
Show Gist options
  • Save wingedpig/9eb2ede7e337087a9e4dcffa44b01d51 to your computer and use it in GitHub Desktop.
Save wingedpig/9eb2ede7e337087a9e4dcffa44b01d51 to your computer and use it in GitHub Desktop.
package main
type Config struct {
Includes []string
UserDbConfig userdb.Config
Port int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment