Files
2026-07-12 20:26:16 -04:00

8 lines
98 B
Go

package main
import "OpsMastery.v5/internal/chat_service"
func main() {
chat_service.Start()
}