mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 18:56:17 +01:00
11 lines
108 B
Go
11 lines
108 B
Go
package main
|
|
|
|
import (
|
|
"beszel/internal/hub"
|
|
_ "beszel/migrations"
|
|
)
|
|
|
|
func main() {
|
|
hub.NewHub().Run()
|
|
}
|