mirror of
https://github.com/go-i2p/go-i2pbrowser.git
synced 2025-06-08 18:41:49 -04:00
14 lines
199 B
Go
14 lines
199 B
Go
package goi2pbrowser
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestUnEmbded(t *testing.T) {
|
|
t.Log("testing base")
|
|
UnpackBase("testing/Base")
|
|
t.Log("testing usability")
|
|
UnpackUsability("testing/Usability")
|
|
|
|
}
|