createlist
This commit is contained in:
snoop 2017-06-07 19:04:05 +09:00
parent 98df6a5fd8
commit 8c8d61149c

View File

@ -69,11 +69,11 @@ func (t *TargetService)Create(tm *Target) string {
return out;
}
func (t *TargetService)CreateList(tmlist []*Target) string {
func (t *TargetService)CreateList(tmlist *[]*Target) string {
fmt.Println(len(tmlist))
fmt.Println(len(*tmlist))
return ""