Files
phylum/cmd/phylum.go
T
2024-03-05 12:11:47 +05:30

10 lines
118 B
Go

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