1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2024-11-24 08:22:42 +02:00
crud_generator/cmd/crud_generator/main_test.go
2023-11-15 17:59:21 +03:00

10 lines
85 B
Go

package main
import (
"testing"
)
func TestStartApp(t *testing.T) {
StartApp()
}