1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2024-12-16 21:52:42 +02:00
crud_generator/internal/main_test.go
Nikitin Aleksandr b7446dc946 новый
2023-09-28 17:45:44 +03:00

10 lines
85 B
Go

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