mar-755-KK / cmd /main.go
aurorax-neo's picture
init
a4468f1
raw
history blame contribute delete
116 Bytes
package main
import (
"context"
"kpl/internal/app"
)
func main() {
ctx := context.Background()
app.Run(ctx)
}