Files
phylum/server/cmd/phylum.go
2024-05-10 03:39:24 +05:30

10 lines
118 B
Go

package main
import (
"github.com/shroff/phylum/server/internal/command"
)
func main() {
command.SetupCommand()
}