示例#1
0
文件: cli.go 项目: luizbranco/gtt
func toJSON(t *tracker.Tracker) error {
	err := t.ToJSON()
	return err
}