1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2024-12-22 09:12:19 +00:00

🌱 Create empty test files to have a realistic coverage

This commit is contained in:
Yohann D'ANELLO 2020-09-28 21:18:49 +02:00
parent 48c8ff8987
commit da5ba44e6b
8 changed files with 8 additions and 0 deletions

1
auth/auth_test.go Normal file
View File

@ -0,0 +1 @@
package auth

1
auth/basic/basic_test.go Normal file
View File

@ -0,0 +1 @@
package basic

View File

@ -0,0 +1 @@
package bypass

1
auth/ldap/ldap_test.go Normal file
View File

@ -0,0 +1 @@
package ldap

View File

@ -0,0 +1 @@
package monitoring

1
main_test.go Normal file
View File

@ -0,0 +1 @@
package main

1
stream/srt/srt_test.go Normal file
View File

@ -0,0 +1 @@
package srt

1
stream/stream_test.go Normal file
View File

@ -0,0 +1 @@
package stream