Files
openrtb/adcom1/adcom.go
T
2018-12-24 18:08:11 +02:00

11 lines
327 B
Go

// Package adcom implements types for AdCOM Specification v1.0
// https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/master/AdCOM%20v1.0%20FINAL.md
package adcom
/*
// (.+?)\t((.+?)(?:;.+?)?)\t(.+?)\n
// Attribute:\n\t// $1\n\t// Type:\n\t// $2\n\t// Definition:\n\t// $4\n\t$1 $3 `json:"$1,omitempty"`\n\n
*/