package simplemath import ( "testing" ) func TestAdd(t *){ v :=Sqrt(16) if v!=4{ t.Errorf() } }