Solves the asmdecl error: [amd64] AttrTest: function AttrTest missing Go declaration Updates #24
10 lines
106 B
Go
10 lines
106 B
Go
package textflag
|
|
|
|
import "testing"
|
|
|
|
func TestAttributes(t *testing.T) {
|
|
if !attrtest() {
|
|
t.Fail()
|
|
}
|
|
}
|