add empty testing to get coverage

This commit is contained in:
Martin/Geno 2019-06-20 10:41:29 +02:00
parent 5726dc3de6
commit 0ddbdc8f80
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
11 changed files with 11 additions and 0 deletions

1
bot/send_test.go Normal file
View File

@ -0,0 +1 @@
package bot

1
cmd/root_test.go Normal file
View File

@ -0,0 +1 @@
package cmd

1
database/main_test.go Normal file
View File

@ -0,0 +1 @@
package database

View File

@ -0,0 +1 @@
package all

View File

@ -0,0 +1 @@
package journald_json

1
input/main_test.go Normal file
View File

@ -0,0 +1 @@
package input

1
lib/syslog/main_test.go Normal file
View File

@ -0,0 +1 @@
package syslog

View File

@ -0,0 +1 @@
package all

1
output/file/main_test.go Normal file
View File

@ -0,0 +1 @@
package file

1
output/main_test.go Normal file
View File

@ -0,0 +1 @@
package output

1
output/xmpp/main_test.go Normal file
View File

@ -0,0 +1 @@
package xmpp