mirror of
https://github.com/evilsocket/arc.git
synced 2024-05-26 22:37:37 +03:00
11 lines
190 B
Go
11 lines
190 B
Go
package utils
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestJErrors(t *testing.T) {
|
|
// Example: https://github.com/sirupsen/logrus#testing
|
|
t.Skip("Implements local logger to test logging functions")
|
|
}
|