8 lines
93 B
Go
Executable File
8 lines
93 B
Go
Executable File
package routes
|
|
|
|
import "github.com/gofiber/fiber/v2"
|
|
|
|
func LoadCharts(app fiber.Router) {
|
|
|
|
}
|