1
0
mirror of https://github.com/ManyakRus/telegram_loki.git synced 2024-12-13 21:42:22 +02:00
telegram_loki/internal/main_test.go
Nikitin Aleksandr 5e52218611 новый
2023-10-11 18:04:49 +03:00

10 lines
85 B
Go

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