mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-14 00:42:44 +00:00
15 lines
206 B
Go
15 lines
206 B
Go
|
// Copyright 2014 Canonical Ltd.
|
||
|
// Licensed under the LGPLv3, see LICENCE file for details.
|
||
|
|
||
|
package loggo_test
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
gc "gopkg.in/check.v1"
|
||
|
)
|
||
|
|
||
|
func Test(t *testing.T) {
|
||
|
gc.TestingT(t)
|
||
|
}
|