mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-03 01:59:55 -06:00
10 lines
118 B
Go
10 lines
118 B
Go
package main
|
|
|
|
import (
|
|
"github.com/shroff/phylum/server/internal/command"
|
|
)
|
|
|
|
func main() {
|
|
command.SetupCommand()
|
|
}
|