Files
openrtb/adcom1/adcom1.go
T
2018-12-28 13:51:31 +02:00

11 lines
329 B
Go

// Package adcom1 implements types for AdCOM Specification v1.0
// https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/master/AdCOM%20v1.0%20FINAL.md
package adcom1
/*
// (.+?)\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
*/