package papo_test import ( "testing" "euandre.org/papo/src" ) func TestConvert(t *testing.T) { if papo.Hello("World") != "Hi, World. Welcome!" { t.Fail() } }