7 lines
110 B
Go
7 lines
110 B
Go
package utils
|
|
|
|
// any jobs that we want to run at start of server can be executed here
|
|
|
|
func InitServer() {
|
|
}
|