mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-25 14:26:04 +03:00
d551e91985
closes #46
8 lines
112 B
Go
8 lines
112 B
Go
package v5
|
|
|
|
import "encoding/json"
|
|
|
|
func (t Tag) MarshalJSON() ([]byte, error) {
|
|
return json.Marshal(t.Name)
|
|
}
|