blob: 9e491fdb7fa2f070e0d4dd788050d42b3a241e33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
package wikipedia
/* TODO: Extract these programmatically */
var extractedTitles = [...]string{
"Coat of arms of Andorra",
"Royal cypher",
"Coat of arms of Germany",
"Eurovision Song Contest",
"Nikola Tesla",
"Glagolitic script",
"Dubravka (drama)",
}
|