mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-01 09:09:34 -06:00
10 lines
105 B
Go
10 lines
105 B
Go
package main
|
|
|
|
import (
|
|
"github.com/shroff/phylum/server/internal/cmds"
|
|
)
|
|
|
|
func main() {
|
|
cmds.Setup()
|
|
}
|