mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-16 15:25:18 +01:00
10 lines
73 B
Go
10 lines
73 B
Go
package service
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestMain(t *testing.T) {
|
|
}
|
|
|