Documentation
¶
Overview ¶
Package ogp provides types that represent Open Graph metadata. https://ogp.me/
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Determiner ¶
type Determiner string
const ( DetBlank Determiner = "" DetAuto Determiner = "auto" DetA Determiner = "a" DetAn Determiner = "an" DetThe Determiner = "the" )
Click to show internal directories.
Click to hide internal directories.