adding blank tests so all packages represented
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
This commit is contained in:
parent
6a3cdb1877
commit
3977d395f3
10
config/config_test.go
Normal file
10
config/config_test.go
Normal file
@ -0,0 +1,10 @@
|
||||
package config_test
|
||||
|
||||
import (
|
||||
"log"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestTrue(t *testing.T) {
|
||||
log.Print("no real test")
|
||||
}
|
10
db/postgres_test.go
Normal file
10
db/postgres_test.go
Normal file
@ -0,0 +1,10 @@
|
||||
package db_test
|
||||
|
||||
import (
|
||||
"log"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestTrue(t *testing.T) {
|
||||
log.Print("no real test")
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user