8 lines
90 B
Go
8 lines
90 B
Go
package main
|
|
|
|
import "matrix-dnslog-service/cmd/service"
|
|
|
|
func main() {
|
|
service.Main()
|
|
}
|