8 lines
82 B
Go
8 lines
82 B
Go
package main
|
|
|
|
import "fiber-sessions/app/router"
|
|
|
|
func main() {
|
|
router.Serve()
|
|
}
|