9 lines
151 B
Go
9 lines
151 B
Go
package main
|
|
|
|
import "gitlab.bareksa.com/backend/zen/cmd/zen/serve"
|
|
|
|
// This is the main entry point for CLI interface.
|
|
func main() {
|
|
serve.Serve()
|
|
}
|