mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
5 lines
195 B
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
|