mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 19:49:16 +00:00
11 lines
112 B
Go
11 lines
112 B
Go
package databag
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestAttachAccount(t *testing.T) {
|
|
// attach app to test:pass
|
|
}
|
|
|