wakapi/helpers/helpers.go

5 lines
195 B
Go

package helpers
// helpers are different from utils in that they contain wakapi-specific utility functions
// also, helpers may depend on the config package, while utils must be entirely static