You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
459 B

  1. {{define "ROOT"}}<?xml version="1.0"?>
  2. <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
  3. <InputEncoding>UTF-8</InputEncoding>
  4. <ShortName>GoDoc</ShortName>
  5. <Description>GoDoc: Go Documentation Service</Description>
  6. <Url type="text/html" method="get" template="http://{{.}}/?q={searchTerms}"/>
  7. <Url type="application/x-suggestions+json" template="http://{{.}}/-/suggest?q={searchTerms}"/>
  8. </OpenSearchDescription>
  9. {{end}}