mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 14:06:38 +03:00
11 lines
329 B
Go
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
|
|
|
|
*/
|