Spaces:
Running
Running
File size: 116 Bytes
a4468f1 |
1 2 3 4 5 6 7 8 9 10 11 12 |
package main
import (
"context"
"kpl/internal/app"
)
func main() {
ctx := context.Background()
app.Run(ctx)
}
|