remove unnecessary apidoc example comment

Former-commit-id: 3ff3b3aa5296267c8bbdd513fae161d456d2528a
This commit is contained in:
Gerasimos (Makis) Maropoulos 2019-10-28 22:48:39 +02:00
parent f3cebb747d
commit 49fde92db4

View File

@ -7,10 +7,6 @@ import (
"github.com/betacraft/yaag/yaag" "github.com/betacraft/yaag/yaag"
) )
/*
go get github.com/betacraft/yaag v1.0.1-0.20191027021412-565f65e36090
*/
type myXML struct { type myXML struct {
Result string `xml:"result"` Result string `xml:"result"`
} }