mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2025-01-04 13:23:00 +02:00
10 lines
85 B
Go
10 lines
85 B
Go
package main
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestStartApp(t *testing.T) {
|
|
StartApp()
|
|
}
|