All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
11 lines
110 B
Go
11 lines
110 B
Go
package config_test
|
|
|
|
import (
|
|
"log"
|
|
"testing"
|
|
)
|
|
|
|
func TestTrue(t *testing.T) {
|
|
log.Print("no real test")
|
|
}
|