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.

1659 lines
38 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <meta name="theme-color" content="#375EAB">
  7. <title>/src/github.com - The Go Programming Language</title>
  8. <link type="text/css" rel="stylesheet" href="../../lib/godoc/style.css">
  9. <link rel="stylesheet" href="../../lib/godoc/jquery.treeview.css">
  10. <script type="text/javascript">window.initFuncs = [];</script>
  11. </head>
  12. <body>
  13. <div id='lowframe' style="position: fixed; bottom: 0; left: 0; height: 0; width: 100%; border-top: thin solid grey; background-color: white; overflow: auto;">
  14. ...
  15. </div><!-- #lowframe -->
  16. <div id="topbar" class="wide"><div class="container">
  17. <div class="top-heading" id="heading-wide"><a href="http://localhost:6060/">The Go Programming Language</a></div>
  18. <div class="top-heading" id="heading-narrow"><a href="http://localhost:6060/">Go</a></div>
  19. <a href="index.html#" id="menu-button"><span id="menu-button-arrow">&#9661;</span></a>
  20. <form method="GET" action="http://localhost:6060/search">
  21. <div id="menu">
  22. <a href="http://localhost:6060/doc/">Documents</a>
  23. <a href="http://localhost:6060/pkg/">Packages</a>
  24. <a href="http://localhost:6060/project/">The Project</a>
  25. <a href="http://localhost:6060/help/">Help</a>
  26. <a href="http://localhost:6060/blog/">Blog</a>
  27. <input type="text" id="search" name="q" class="inactive" value="Search" placeholder="Search">
  28. </div>
  29. </form>
  30. </div></div>
  31. <div id="page" class="wide">
  32. <div class="container">
  33. <h1>Directory /src/github.com</h1>
  34. <div id="nav"></div>
  35. <!--
  36. Copyright 2009 The Go Authors. All rights reserved.
  37. Use of this source code is governed by a BSD-style
  38. license that can be found in the LICENSE file.
  39. -->
  40. <!--
  41. Note: Static (i.e., not template-generated) href and id
  42. attributes start with "pkg-" to make it impossible for
  43. them to conflict with generated attributes (some of which
  44. correspond to Go identifiers).
  45. -->
  46. <div class="pkg-dir">
  47. <table>
  48. <tr>
  49. <th class="pkg-name">Name</th>
  50. <th class="pkg-synopsis">Synopsis</th>
  51. </tr>
  52. <tr>
  53. <td colspan="2"><a href="http://localhost:6060/pkg/">..</a></td>
  54. </tr>
  55. <tr>
  56. <td class="pkg-name" style="padding-left: 0px;">
  57. <a href="PuerkitoBio/index.html">PuerkitoBio</a>
  58. </td>
  59. <td class="pkg-synopsis">
  60. </td>
  61. </tr>
  62. <tr>
  63. <td class="pkg-name" style="padding-left: 20px;">
  64. <a href="PuerkitoBio/goquery/index.html">goquery</a>
  65. </td>
  66. <td class="pkg-synopsis">
  67. Package goquery implements features similar to jQuery, including the chainable syntax, to manipulate and query an HTML document.
  68. </td>
  69. </tr>
  70. <tr>
  71. <td class="pkg-name" style="padding-left: 0px;">
  72. <a href="Sirupsen/index.html">Sirupsen</a>
  73. </td>
  74. <td class="pkg-synopsis">
  75. </td>
  76. </tr>
  77. <tr>
  78. <td class="pkg-name" style="padding-left: 20px;">
  79. <a href="Sirupsen/logrus/index.html">logrus</a>
  80. </td>
  81. <td class="pkg-synopsis">
  82. Package logrus is a structured logger for Go, completely API compatible with the standard library logger.
  83. </td>
  84. </tr>
  85. <tr>
  86. <td class="pkg-name" style="padding-left: 40px;">
  87. <a href="Sirupsen/logrus/examples/index.html">examples</a>
  88. </td>
  89. <td class="pkg-synopsis">
  90. </td>
  91. </tr>
  92. <tr>
  93. <td class="pkg-name" style="padding-left: 60px;">
  94. <a href="Sirupsen/logrus/examples/basic/index.html">basic</a>
  95. </td>
  96. <td class="pkg-synopsis">
  97. </td>
  98. </tr>
  99. <tr>
  100. <td class="pkg-name" style="padding-left: 60px;">
  101. <a href="Sirupsen/logrus/examples/hook/index.html">hook</a>
  102. </td>
  103. <td class="pkg-synopsis">
  104. </td>
  105. </tr>
  106. <tr>
  107. <td class="pkg-name" style="padding-left: 40px;">
  108. <a href="Sirupsen/logrus/hooks/index.html">hooks</a>
  109. </td>
  110. <td class="pkg-synopsis">
  111. </td>
  112. </tr>
  113. <tr>
  114. <td class="pkg-name" style="padding-left: 60px;">
  115. <a href="Sirupsen/logrus/hooks/syslog/index.html">syslog</a>
  116. </td>
  117. <td class="pkg-synopsis">
  118. </td>
  119. </tr>
  120. <tr>
  121. <td class="pkg-name" style="padding-left: 60px;">
  122. <a href="Sirupsen/logrus/hooks/test/index.html">test</a>
  123. </td>
  124. <td class="pkg-synopsis">
  125. </td>
  126. </tr>
  127. <tr>
  128. <td class="pkg-name" style="padding-left: 0px;">
  129. <a href="andybalholm/index.html">andybalholm</a>
  130. </td>
  131. <td class="pkg-synopsis">
  132. </td>
  133. </tr>
  134. <tr>
  135. <td class="pkg-name" style="padding-left: 20px;">
  136. <a href="andybalholm/cascadia/index.html">cascadia</a>
  137. </td>
  138. <td class="pkg-synopsis">
  139. The cascadia package is an implementation of CSS selectors.
  140. </td>
  141. </tr>
  142. <tr>
  143. <td class="pkg-name" style="padding-left: 40px;">
  144. <a href="andybalholm/cascadia/fuzz/index.html">fuzz</a>
  145. </td>
  146. <td class="pkg-synopsis">
  147. </td>
  148. </tr>
  149. <tr>
  150. <td class="pkg-name" style="padding-left: 0px;">
  151. <a href="andygrunwald/index.html">andygrunwald</a>
  152. </td>
  153. <td class="pkg-synopsis">
  154. </td>
  155. </tr>
  156. <tr>
  157. <td class="pkg-name" style="padding-left: 20px;">
  158. <a href="andygrunwald/go-jira/index.html">go-jira</a>
  159. </td>
  160. <td class="pkg-synopsis">
  161. </td>
  162. </tr>
  163. <tr>
  164. <td class="pkg-name" style="padding-left: 0px;">
  165. <a href="beorn7/index.html">beorn7</a>
  166. </td>
  167. <td class="pkg-synopsis">
  168. </td>
  169. </tr>
  170. <tr>
  171. <td class="pkg-name" style="padding-left: 20px;">
  172. <a href="beorn7/perks/index.html">perks</a>
  173. </td>
  174. <td class="pkg-synopsis">
  175. </td>
  176. </tr>
  177. <tr>
  178. <td class="pkg-name" style="padding-left: 40px;">
  179. <a href="beorn7/perks/quantile/index.html">quantile</a>
  180. </td>
  181. <td class="pkg-synopsis">
  182. Package quantile computes approximate quantiles over an unbounded data stream within low memory and CPU bounds.
  183. </td>
  184. </tr>
  185. <tr>
  186. <td class="pkg-name" style="padding-left: 0px;">
  187. <a href="bradfitz/index.html">bradfitz</a>
  188. </td>
  189. <td class="pkg-synopsis">
  190. </td>
  191. </tr>
  192. <tr>
  193. <td class="pkg-name" style="padding-left: 20px;">
  194. <a href="bradfitz/gomemcache/index.html">gomemcache</a>
  195. </td>
  196. <td class="pkg-synopsis">
  197. </td>
  198. </tr>
  199. <tr>
  200. <td class="pkg-name" style="padding-left: 40px;">
  201. <a href="bradfitz/gomemcache/memcache/index.html">memcache</a>
  202. </td>
  203. <td class="pkg-synopsis">
  204. Package memcache provides a client for the memcached cache server.
  205. </td>
  206. </tr>
  207. <tr>
  208. <td class="pkg-name" style="padding-left: 0px;">
  209. <a href="cenkalti/index.html">cenkalti</a>
  210. </td>
  211. <td class="pkg-synopsis">
  212. </td>
  213. </tr>
  214. <tr>
  215. <td class="pkg-name" style="padding-left: 20px;">
  216. <a href="cenkalti/backoff/index.html">backoff</a>
  217. </td>
  218. <td class="pkg-synopsis">
  219. Package backoff implements backoff algorithms for retrying operations.
  220. </td>
  221. </tr>
  222. <tr>
  223. <td class="pkg-name" style="padding-left: 0px;">
  224. <a href="codegangsta/index.html">codegangsta</a>
  225. </td>
  226. <td class="pkg-synopsis">
  227. </td>
  228. </tr>
  229. <tr>
  230. <td class="pkg-name" style="padding-left: 20px;">
  231. <a href="codegangsta/cli/index.html">cli</a>
  232. </td>
  233. <td class="pkg-synopsis">
  234. Package cli provides a minimal framework for creating and organizing command line Go applications.
  235. </td>
  236. </tr>
  237. <tr>
  238. <td class="pkg-name" style="padding-left: 40px;">
  239. <a href="codegangsta/cli/altsrc/index.html">altsrc</a>
  240. </td>
  241. <td class="pkg-synopsis">
  242. </td>
  243. </tr>
  244. <tr>
  245. <td class="pkg-name" style="padding-left: 0px;">
  246. <a href="dghubble/index.html">dghubble</a>
  247. </td>
  248. <td class="pkg-synopsis">
  249. </td>
  250. </tr>
  251. <tr>
  252. <td class="pkg-name" style="padding-left: 20px;">
  253. <a href="dghubble/go-twitter/index.html">go-twitter</a>
  254. </td>
  255. <td class="pkg-synopsis">
  256. </td>
  257. </tr>
  258. <tr>
  259. <td class="pkg-name" style="padding-left: 40px;">
  260. <a href="dghubble/go-twitter/twitter/index.html">twitter</a>
  261. </td>
  262. <td class="pkg-synopsis">
  263. Package twitter provides a Client for the Twitter API.
  264. </td>
  265. </tr>
  266. <tr>
  267. <td class="pkg-name" style="padding-left: 20px;">
  268. <a href="dghubble/oauth1/index.html">oauth1</a>
  269. </td>
  270. <td class="pkg-synopsis">
  271. Package oauth1 is a Go implementation of the OAuth1 spec RFC 5849.
  272. </td>
  273. </tr>
  274. <tr>
  275. <td class="pkg-name" style="padding-left: 40px;">
  276. <a href="dghubble/oauth1/dropbox/index.html">dropbox</a>
  277. </td>
  278. <td class="pkg-synopsis">
  279. Package dropbox provides constants for using OAuth1 to access Dropbox.
  280. </td>
  281. </tr>
  282. <tr>
  283. <td class="pkg-name" style="padding-left: 40px;">
  284. <a href="dghubble/oauth1/examples/index.html">examples</a>
  285. </td>
  286. <td class="pkg-synopsis">
  287. </td>
  288. </tr>
  289. <tr>
  290. <td class="pkg-name" style="padding-left: 40px;">
  291. <a href="dghubble/oauth1/tumblr/index.html">tumblr</a>
  292. </td>
  293. <td class="pkg-synopsis">
  294. Package tumblr provides constants for using OAuth 1 to access Tumblr.
  295. </td>
  296. </tr>
  297. <tr>
  298. <td class="pkg-name" style="padding-left: 40px;">
  299. <a href="dghubble/oauth1/twitter/index.html">twitter</a>
  300. </td>
  301. <td class="pkg-synopsis">
  302. Package twitter provides constants for using OAuth1 to access Twitter.
  303. </td>
  304. </tr>
  305. <tr>
  306. <td class="pkg-name" style="padding-left: 20px;">
  307. <a href="dghubble/sling/index.html">sling</a>
  308. </td>
  309. <td class="pkg-synopsis">
  310. Package sling is a Go HTTP client library for creating and sending API requests.
  311. </td>
  312. </tr>
  313. <tr>
  314. <td class="pkg-name" style="padding-left: 40px;">
  315. <a href="dghubble/sling/examples/index.html">examples</a>
  316. </td>
  317. <td class="pkg-synopsis">
  318. </td>
  319. </tr>
  320. <tr>
  321. <td class="pkg-name" style="padding-left: 0px;">
  322. <a href="die-net/index.html">die-net</a>
  323. </td>
  324. <td class="pkg-synopsis">
  325. </td>
  326. </tr>
  327. <tr>
  328. <td class="pkg-name" style="padding-left: 20px;">
  329. <a href="die-net/lrucache/index.html">lrucache</a>
  330. </td>
  331. <td class="pkg-synopsis">
  332. Package lrucache provides a byte-size-limited implementation of httpcache.Cache that stores data in memory.
  333. </td>
  334. </tr>
  335. <tr>
  336. <td class="pkg-name" style="padding-left: 40px;">
  337. <a href="die-net/lrucache/twotier/index.html">twotier</a>
  338. </td>
  339. <td class="pkg-synopsis">
  340. Package twotier provides a wrapper for two httpcache.Cache instances, allowing you to use both a small and fast cache for popular objects and fall back to a larger and slower cache for less popular ones.
  341. </td>
  342. </tr>
  343. <tr>
  344. <td class="pkg-name" style="padding-left: 0px;">
  345. <a href="garyburd/index.html">garyburd</a>
  346. </td>
  347. <td class="pkg-synopsis">
  348. </td>
  349. </tr>
  350. <tr>
  351. <td class="pkg-name" style="padding-left: 20px;">
  352. <a href="garyburd/redigo/index.html">redigo</a>
  353. </td>
  354. <td class="pkg-synopsis">
  355. </td>
  356. </tr>
  357. <tr>
  358. <td class="pkg-name" style="padding-left: 40px;">
  359. <a href="garyburd/redigo/redis/index.html">redis</a>
  360. </td>
  361. <td class="pkg-synopsis">
  362. Package redis is a client for the Redis database.
  363. </td>
  364. </tr>
  365. <tr>
  366. <td class="pkg-name" style="padding-left: 0px;">
  367. <a href="golang/index.html">golang</a>
  368. </td>
  369. <td class="pkg-synopsis">
  370. </td>
  371. </tr>
  372. <tr>
  373. <td class="pkg-name" style="padding-left: 20px;">
  374. <a href="golang/protobuf/index.html">protobuf</a>
  375. </td>
  376. <td class="pkg-synopsis">
  377. </td>
  378. </tr>
  379. <tr>
  380. <td class="pkg-name" style="padding-left: 40px;">
  381. <a href="golang/protobuf/proto/index.html">proto</a>
  382. </td>
  383. <td class="pkg-synopsis">
  384. Package proto converts data structures to and from the wire format of protocol buffers.
  385. </td>
  386. </tr>
  387. <tr>
  388. <td class="pkg-name" style="padding-left: 60px;">
  389. <a href="golang/protobuf/proto/proto3_proto/index.html">proto3_proto</a>
  390. </td>
  391. <td class="pkg-synopsis">
  392. Package proto3_proto is a generated protocol buffer package.
  393. </td>
  394. </tr>
  395. <tr>
  396. <td class="pkg-name" style="padding-left: 20px;">
  397. <a href="golang/snappy/index.html">snappy</a>
  398. </td>
  399. <td class="pkg-synopsis">
  400. Package snappy implements the snappy block-based compression format.
  401. </td>
  402. </tr>
  403. <tr>
  404. <td class="pkg-name" style="padding-left: 0px;">
  405. <a href="google/index.html">google</a>
  406. </td>
  407. <td class="pkg-synopsis">
  408. </td>
  409. </tr>
  410. <tr>
  411. <td class="pkg-name" style="padding-left: 20px;">
  412. <a href="google/btree/index.html">btree</a>
  413. </td>
  414. <td class="pkg-synopsis">
  415. Package btree implements in-memory B-Trees of arbitrary degree.
  416. </td>
  417. </tr>
  418. <tr>
  419. <td class="pkg-name" style="padding-left: 20px;">
  420. <a href="google/go-github/index.html">go-github</a>
  421. </td>
  422. <td class="pkg-synopsis">
  423. </td>
  424. </tr>
  425. <tr>
  426. <td class="pkg-name" style="padding-left: 40px;">
  427. <a href="google/go-github/github/index.html">github</a>
  428. </td>
  429. <td class="pkg-synopsis">
  430. Package github provides a client for using the GitHub API.
  431. </td>
  432. </tr>
  433. <tr>
  434. <td class="pkg-name" style="padding-left: 20px;">
  435. <a href="google/go-querystring/index.html">go-querystring</a>
  436. </td>
  437. <td class="pkg-synopsis">
  438. </td>
  439. </tr>
  440. <tr>
  441. <td class="pkg-name" style="padding-left: 40px;">
  442. <a href="google/go-querystring/query/index.html">query</a>
  443. </td>
  444. <td class="pkg-synopsis">
  445. Package query implements encoding of structs into URL query parameters.
  446. </td>
  447. </tr>
  448. <tr>
  449. <td class="pkg-name" style="padding-left: 0px;">
  450. <a href="gregjones/index.html">gregjones</a>
  451. </td>
  452. <td class="pkg-synopsis">
  453. </td>
  454. </tr>
  455. <tr>
  456. <td class="pkg-name" style="padding-left: 20px;">
  457. <a href="gregjones/httpcache/index.html">httpcache</a>
  458. </td>
  459. <td class="pkg-synopsis">
  460. Package httpcache provides a http.RoundTripper implementation that works as a mostly RFC-compliant cache for http responses.
  461. </td>
  462. </tr>
  463. <tr>
  464. <td class="pkg-name" style="padding-left: 40px;">
  465. <a href="gregjones/httpcache/diskcache/index.html">diskcache</a>
  466. </td>
  467. <td class="pkg-synopsis">
  468. Package diskcache provides an implementation of httpcache.Cache that uses the diskv package to supplement an in-memory map with persistent storage
  469. </td>
  470. </tr>
  471. <tr>
  472. <td class="pkg-name" style="padding-left: 40px;">
  473. <a href="gregjones/httpcache/leveldbcache/index.html">leveldbcache</a>
  474. </td>
  475. <td class="pkg-synopsis">
  476. Package leveldbcache provides an implementation of httpcache.Cache that uses github.com/syndtr/goleveldb/leveldb
  477. </td>
  478. </tr>
  479. <tr>
  480. <td class="pkg-name" style="padding-left: 40px;">
  481. <a href="gregjones/httpcache/memcache/index.html">memcache</a>
  482. </td>
  483. <td class="pkg-synopsis">
  484. Package memcache provides an implementation of httpcache.Cache that uses App Engine&#39;s memcache package to store cached responses.
  485. </td>
  486. </tr>
  487. <tr>
  488. <td class="pkg-name" style="padding-left: 40px;">
  489. <a href="gregjones/httpcache/redis/index.html">redis</a>
  490. </td>
  491. <td class="pkg-synopsis">
  492. Package redis provides a redis interface for http caching.
  493. </td>
  494. </tr>
  495. <tr>
  496. <td class="pkg-name" style="padding-left: 0px;">
  497. <a href="matrix-org/index.html">matrix-org</a>
  498. </td>
  499. <td class="pkg-synopsis">
  500. </td>
  501. </tr>
  502. <tr>
  503. <td class="pkg-name" style="padding-left: 20px;">
  504. <a href="matrix-org/dugong/index.html">dugong</a>
  505. </td>
  506. <td class="pkg-synopsis">
  507. </td>
  508. </tr>
  509. <tr>
  510. <td class="pkg-name" style="padding-left: 20px;">
  511. <a href="matrix-org/go-neb/index.html">go-neb</a>
  512. </td>
  513. <td class="pkg-synopsis">
  514. </td>
  515. </tr>
  516. <tr>
  517. <td class="pkg-name" style="padding-left: 40px;">
  518. <a href="matrix-org/go-neb/api/index.html">api</a>
  519. </td>
  520. <td class="pkg-synopsis">
  521. Package api contains the fundamental data types used by Go-NEB.
  522. </td>
  523. </tr>
  524. <tr>
  525. <td class="pkg-name" style="padding-left: 60px;">
  526. <a href="matrix-org/go-neb/api/handlers/index.html">handlers</a>
  527. </td>
  528. <td class="pkg-synopsis">
  529. Package handlers contains the HTTP handlers for Go-NEB.
  530. </td>
  531. </tr>
  532. <tr>
  533. <td class="pkg-name" style="padding-left: 40px;">
  534. <a href="matrix-org/go-neb/clients/index.html">clients</a>
  535. </td>
  536. <td class="pkg-synopsis">
  537. </td>
  538. </tr>
  539. <tr>
  540. <td class="pkg-name" style="padding-left: 40px;">
  541. <a href="matrix-org/go-neb/database/index.html">database</a>
  542. </td>
  543. <td class="pkg-synopsis">
  544. </td>
  545. </tr>
  546. <tr>
  547. <td class="pkg-name" style="padding-left: 40px;">
  548. <a href="matrix-org/go-neb/errors/index.html">errors</a>
  549. </td>
  550. <td class="pkg-synopsis">
  551. </td>
  552. </tr>
  553. <tr>
  554. <td class="pkg-name" style="padding-left: 40px;">
  555. <a href="matrix-org/go-neb/matrix/index.html">matrix</a>
  556. </td>
  557. <td class="pkg-synopsis">
  558. Package matrix provides an HTTP client that can interact with a Homeserver via r0 APIs (/sync).
  559. </td>
  560. </tr>
  561. <tr>
  562. <td class="pkg-name" style="padding-left: 40px;">
  563. <a href="matrix-org/go-neb/metrics/index.html">metrics</a>
  564. </td>
  565. <td class="pkg-synopsis">
  566. </td>
  567. </tr>
  568. <tr>
  569. <td class="pkg-name" style="padding-left: 40px;">
  570. <a href="matrix-org/go-neb/polling/index.html">polling</a>
  571. </td>
  572. <td class="pkg-synopsis">
  573. </td>
  574. </tr>
  575. <tr>
  576. <td class="pkg-name" style="padding-left: 40px;">
  577. <a href="matrix-org/go-neb/realms/index.html">realms</a>
  578. </td>
  579. <td class="pkg-synopsis">
  580. </td>
  581. </tr>
  582. <tr>
  583. <td class="pkg-name" style="padding-left: 60px;">
  584. <a href="matrix-org/go-neb/realms/github/index.html">github</a>
  585. </td>
  586. <td class="pkg-synopsis">
  587. Package github implements OAuth2 support for github.com
  588. </td>
  589. </tr>
  590. <tr>
  591. <td class="pkg-name" style="padding-left: 60px;">
  592. <a href="matrix-org/go-neb/realms/jira/index.html">jira</a>
  593. </td>
  594. <td class="pkg-synopsis">
  595. Package jira implements OAuth1.0a support for arbitrary JIRA installations.
  596. </td>
  597. </tr>
  598. <tr>
  599. <td class="pkg-name" style="padding-left: 80px;">
  600. <a href="matrix-org/go-neb/realms/jira/urls/index.html">urls</a>
  601. </td>
  602. <td class="pkg-synopsis">
  603. Package urls handles converting between various JIRA URL representations in a consistent way.
  604. </td>
  605. </tr>
  606. <tr>
  607. <td class="pkg-name" style="padding-left: 40px;">
  608. <a href="matrix-org/go-neb/server/index.html">server</a>
  609. </td>
  610. <td class="pkg-synopsis">
  611. Package server contains building blocks for REST APIs.
  612. </td>
  613. </tr>
  614. <tr>
  615. <td class="pkg-name" style="padding-left: 40px;">
  616. <a href="matrix-org/go-neb/services/index.html">services</a>
  617. </td>
  618. <td class="pkg-synopsis">
  619. </td>
  620. </tr>
  621. <tr>
  622. <td class="pkg-name" style="padding-left: 60px;">
  623. <a href="matrix-org/go-neb/services/echo/index.html">echo</a>
  624. </td>
  625. <td class="pkg-synopsis">
  626. Package echo implements a Service which echoes back !commands.
  627. </td>
  628. </tr>
  629. <tr>
  630. <td class="pkg-name" style="padding-left: 60px;">
  631. <a href="matrix-org/go-neb/services/giphy/index.html">giphy</a>
  632. </td>
  633. <td class="pkg-synopsis">
  634. Package giphy implements a Service which adds !commands for Giphy.
  635. </td>
  636. </tr>
  637. <tr>
  638. <td class="pkg-name" style="padding-left: 60px;">
  639. <a href="matrix-org/go-neb/services/github/index.html">github</a>
  640. </td>
  641. <td class="pkg-synopsis">
  642. Package github implements a command service and a webhook service for interacting with Github.
  643. </td>
  644. </tr>
  645. <tr>
  646. <td class="pkg-name" style="padding-left: 80px;">
  647. <a href="matrix-org/go-neb/services/github/client/index.html">client</a>
  648. </td>
  649. <td class="pkg-synopsis">
  650. </td>
  651. </tr>
  652. <tr>
  653. <td class="pkg-name" style="padding-left: 80px;">
  654. <a href="matrix-org/go-neb/services/github/webhook/index.html">webhook</a>
  655. </td>
  656. <td class="pkg-synopsis">
  657. </td>
  658. </tr>
  659. <tr>
  660. <td class="pkg-name" style="padding-left: 60px;">
  661. <a href="matrix-org/go-neb/services/guggy/index.html">guggy</a>
  662. </td>
  663. <td class="pkg-synopsis">
  664. Package guggy implements a Service which adds !commands for Guggy.
  665. </td>
  666. </tr>
  667. <tr>
  668. <td class="pkg-name" style="padding-left: 60px;">
  669. <a href="matrix-org/go-neb/services/jira/index.html">jira</a>
  670. </td>
  671. <td class="pkg-synopsis">
  672. Package jira implements a command and webhook service for interacting with JIRA.
  673. </td>
  674. </tr>
  675. <tr>
  676. <td class="pkg-name" style="padding-left: 80px;">
  677. <a href="matrix-org/go-neb/services/jira/webhook/index.html">webhook</a>
  678. </td>
  679. <td class="pkg-synopsis">
  680. </td>
  681. </tr>
  682. <tr>
  683. <td class="pkg-name" style="padding-left: 60px;">
  684. <a href="matrix-org/go-neb/services/rssbot/index.html">rssbot</a>
  685. </td>
  686. <td class="pkg-synopsis">
  687. Package rssbot implements a Service capable of reading Atom/RSS feeds.
  688. </td>
  689. </tr>
  690. <tr>
  691. <td class="pkg-name" style="padding-left: 60px;">
  692. <a href="matrix-org/go-neb/services/travisci/index.html">travisci</a>
  693. </td>
  694. <td class="pkg-synopsis">
  695. Package travisci implements a Service capable of processing webhooks from Travis-CI.
  696. </td>
  697. </tr>
  698. <tr>
  699. <td class="pkg-name" style="padding-left: 40px;">
  700. <a href="matrix-org/go-neb/types/index.html">types</a>
  701. </td>
  702. <td class="pkg-synopsis">
  703. </td>
  704. </tr>
  705. <tr>
  706. <td class="pkg-name" style="padding-left: 40px;">
  707. <a href="matrix-org/go-neb/util/index.html">util</a>
  708. </td>
  709. <td class="pkg-synopsis">
  710. </td>
  711. </tr>
  712. <tr>
  713. <td class="pkg-name" style="padding-left: 0px;">
  714. <a href="mattn/index.html">mattn</a>
  715. </td>
  716. <td class="pkg-synopsis">
  717. </td>
  718. </tr>
  719. <tr>
  720. <td class="pkg-name" style="padding-left: 20px;">
  721. <a href="mattn/go-shellwords/index.html">go-shellwords</a>
  722. </td>
  723. <td class="pkg-synopsis">
  724. </td>
  725. </tr>
  726. <tr>
  727. <td class="pkg-name" style="padding-left: 20px;">
  728. <a href="mattn/go-sqlite3/index.html">go-sqlite3</a>
  729. </td>
  730. <td class="pkg-synopsis">
  731. Package sqlite3 provides interface to SQLite3 databases.
  732. </td>
  733. </tr>
  734. <tr>
  735. <td class="pkg-name" style="padding-left: 40px;">
  736. <a href="mattn/go-sqlite3/sqlite3_test/index.html">sqlite3_test</a>
  737. </td>
  738. <td class="pkg-synopsis">
  739. </td>
  740. </tr>
  741. <tr>
  742. <td class="pkg-name" style="padding-left: 40px;">
  743. <a href="mattn/go-sqlite3/tool/index.html">tool</a>
  744. </td>
  745. <td class="pkg-synopsis">
  746. </td>
  747. </tr>
  748. <tr>
  749. <td class="pkg-name" style="padding-left: 0px;">
  750. <a href="matttproud/index.html">matttproud</a>
  751. </td>
  752. <td class="pkg-synopsis">
  753. </td>
  754. </tr>
  755. <tr>
  756. <td class="pkg-name" style="padding-left: 20px;">
  757. <a href="matttproud/golang_protobuf_extensions/index.html">golang_protobuf_extensions</a>
  758. </td>
  759. <td class="pkg-synopsis">
  760. </td>
  761. </tr>
  762. <tr>
  763. <td class="pkg-name" style="padding-left: 40px;">
  764. <a href="matttproud/golang_protobuf_extensions/pbutil/index.html">pbutil</a>
  765. </td>
  766. <td class="pkg-synopsis">
  767. Package pbutil provides record length-delimited Protocol Buffer streaming.
  768. </td>
  769. </tr>
  770. <tr>
  771. <td class="pkg-name" style="padding-left: 0px;">
  772. <a href="mmcdole/index.html">mmcdole</a>
  773. </td>
  774. <td class="pkg-synopsis">
  775. </td>
  776. </tr>
  777. <tr>
  778. <td class="pkg-name" style="padding-left: 20px;">
  779. <a href="mmcdole/gofeed/index.html">gofeed</a>
  780. </td>
  781. <td class="pkg-synopsis">
  782. </td>
  783. </tr>
  784. <tr>
  785. <td class="pkg-name" style="padding-left: 40px;">
  786. <a href="mmcdole/gofeed/atom/index.html">atom</a>
  787. </td>
  788. <td class="pkg-synopsis">
  789. </td>
  790. </tr>
  791. <tr>
  792. <td class="pkg-name" style="padding-left: 40px;">
  793. <a href="mmcdole/gofeed/cmd/index.html">cmd</a>
  794. </td>
  795. <td class="pkg-synopsis">
  796. </td>
  797. </tr>
  798. <tr>
  799. <td class="pkg-name" style="padding-left: 60px;">
  800. <a href="mmcdole/gofeed/cmd/ftest/index.html">ftest</a>
  801. </td>
  802. <td class="pkg-synopsis">
  803. </td>
  804. </tr>
  805. <tr>
  806. <td class="pkg-name" style="padding-left: 40px;">
  807. <a href="mmcdole/gofeed/extensions/index.html">extensions</a>
  808. </td>
  809. <td class="pkg-synopsis">
  810. </td>
  811. </tr>
  812. <tr>
  813. <td class="pkg-name" style="padding-left: 40px;">
  814. <a href="mmcdole/gofeed/rss/index.html">rss</a>
  815. </td>
  816. <td class="pkg-synopsis">
  817. </td>
  818. </tr>
  819. <tr>
  820. <td class="pkg-name" style="padding-left: 20px;">
  821. <a href="mmcdole/goxpp/index.html">goxpp</a>
  822. </td>
  823. <td class="pkg-synopsis">
  824. </td>
  825. </tr>
  826. <tr>
  827. <td class="pkg-name" style="padding-left: 0px;">
  828. <a href="peterbourgon/index.html">peterbourgon</a>
  829. </td>
  830. <td class="pkg-synopsis">
  831. </td>
  832. </tr>
  833. <tr>
  834. <td class="pkg-name" style="padding-left: 20px;">
  835. <a href="peterbourgon/diskv/index.html">diskv</a>
  836. </td>
  837. <td class="pkg-synopsis">
  838. </td>
  839. </tr>
  840. <tr>
  841. <td class="pkg-name" style="padding-left: 40px;">
  842. <a href="peterbourgon/diskv/examples/index.html">examples</a>
  843. </td>
  844. <td class="pkg-synopsis">
  845. </td>
  846. </tr>
  847. <tr>
  848. <td class="pkg-name" style="padding-left: 60px;">
  849. <a href="peterbourgon/diskv/examples/content-addressable-store/index.html">content-addressable-store</a>
  850. </td>
  851. <td class="pkg-synopsis">
  852. </td>
  853. </tr>
  854. <tr>
  855. <td class="pkg-name" style="padding-left: 60px;">
  856. <a href="peterbourgon/diskv/examples/super-simple-store/index.html">super-simple-store</a>
  857. </td>
  858. <td class="pkg-synopsis">
  859. </td>
  860. </tr>
  861. <tr>
  862. <td class="pkg-name" style="padding-left: 0px;">
  863. <a href="prometheus/index.html">prometheus</a>
  864. </td>
  865. <td class="pkg-synopsis">
  866. </td>
  867. </tr>
  868. <tr>
  869. <td class="pkg-name" style="padding-left: 20px;">
  870. <a href="prometheus/client_golang/index.html">client_golang</a>
  871. </td>
  872. <td class="pkg-synopsis">
  873. </td>
  874. </tr>
  875. <tr>
  876. <td class="pkg-name" style="padding-left: 40px;">
  877. <a href="prometheus/client_golang/api/index.html">api</a>
  878. </td>
  879. <td class="pkg-synopsis">
  880. </td>
  881. </tr>
  882. <tr>
  883. <td class="pkg-name" style="padding-left: 60px;">
  884. <a href="prometheus/client_golang/api/prometheus/index.html">prometheus</a>
  885. </td>
  886. <td class="pkg-synopsis">
  887. Package prometheus provides bindings to the Prometheus HTTP API: http://prometheus.io/docs/querying/api/
  888. </td>
  889. </tr>
  890. <tr>
  891. <td class="pkg-name" style="padding-left: 40px;">
  892. <a href="prometheus/client_golang/examples/index.html">examples</a>
  893. </td>
  894. <td class="pkg-synopsis">
  895. </td>
  896. </tr>
  897. <tr>
  898. <td class="pkg-name" style="padding-left: 60px;">
  899. <a href="prometheus/client_golang/examples/random/index.html">random</a>
  900. </td>
  901. <td class="pkg-synopsis">
  902. A simple example exposing fictional RPC latencies with different types of random distributions (uniform, normal, and exponential) as Prometheus metrics.
  903. </td>
  904. </tr>
  905. <tr>
  906. <td class="pkg-name" style="padding-left: 60px;">
  907. <a href="prometheus/client_golang/examples/simple/index.html">simple</a>
  908. </td>
  909. <td class="pkg-synopsis">
  910. A minimal example of how to include Prometheus instrumentation.
  911. </td>
  912. </tr>
  913. <tr>
  914. <td class="pkg-name" style="padding-left: 40px;">
  915. <a href="prometheus/client_golang/prometheus/index.html">prometheus</a>
  916. </td>
  917. <td class="pkg-synopsis">
  918. Package prometheus provides metrics primitives to instrument code for monitoring.
  919. </td>
  920. </tr>
  921. <tr>
  922. <td class="pkg-name" style="padding-left: 60px;">
  923. <a href="prometheus/client_golang/prometheus/promhttp/index.html">promhttp</a>
  924. </td>
  925. <td class="pkg-synopsis">
  926. Package promhttp contains functions to create http.Handler instances to expose Prometheus metrics via HTTP.
  927. </td>
  928. </tr>
  929. <tr>
  930. <td class="pkg-name" style="padding-left: 60px;">
  931. <a href="prometheus/client_golang/prometheus/push/index.html">push</a>
  932. </td>
  933. <td class="pkg-synopsis">
  934. Package push provides functions to push metrics to a Pushgateway.
  935. </td>
  936. </tr>
  937. <tr>
  938. <td class="pkg-name" style="padding-left: 20px;">
  939. <a href="prometheus/client_model/index.html">client_model</a>
  940. </td>
  941. <td class="pkg-synopsis">
  942. </td>
  943. </tr>
  944. <tr>
  945. <td class="pkg-name" style="padding-left: 40px;">
  946. <a href="prometheus/client_model/go/index.html">go</a>
  947. </td>
  948. <td class="pkg-synopsis">
  949. Package io_prometheus_client is a generated protocol buffer package.
  950. </td>
  951. </tr>
  952. <tr>
  953. <td class="pkg-name" style="padding-left: 20px;">
  954. <a href="prometheus/common/index.html">common</a>
  955. </td>
  956. <td class="pkg-synopsis">
  957. </td>
  958. </tr>
  959. <tr>
  960. <td class="pkg-name" style="padding-left: 40px;">
  961. <a href="prometheus/common/expfmt/index.html">expfmt</a>
  962. </td>
  963. <td class="pkg-synopsis">
  964. A package for reading and writing Prometheus metrics.
  965. </td>
  966. </tr>
  967. <tr>
  968. <td class="pkg-name" style="padding-left: 40px;">
  969. <a href="prometheus/common/model/index.html">model</a>
  970. </td>
  971. <td class="pkg-synopsis">
  972. Package model contains common data structures that are shared across Prometheus components and libraries.
  973. </td>
  974. </tr>
  975. <tr>
  976. <td class="pkg-name" style="padding-left: 20px;">
  977. <a href="prometheus/procfs/index.html">procfs</a>
  978. </td>
  979. <td class="pkg-synopsis">
  980. Package procfs provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.
  981. </td>
  982. </tr>
  983. <tr>
  984. <td class="pkg-name" style="padding-left: 0px;">
  985. <a href="syndtr/index.html">syndtr</a>
  986. </td>
  987. <td class="pkg-synopsis">
  988. </td>
  989. </tr>
  990. <tr>
  991. <td class="pkg-name" style="padding-left: 20px;">
  992. <a href="syndtr/goleveldb/index.html">goleveldb</a>
  993. </td>
  994. <td class="pkg-synopsis">
  995. </td>
  996. </tr>
  997. <tr>
  998. <td class="pkg-name" style="padding-left: 40px;">
  999. <a href="syndtr/goleveldb/leveldb/index.html">leveldb</a>
  1000. </td>
  1001. <td class="pkg-synopsis">
  1002. Package leveldb provides implementation of LevelDB key/value database.
  1003. </td>
  1004. </tr>
  1005. <tr>
  1006. <td class="pkg-name" style="padding-left: 60px;">
  1007. <a href="syndtr/goleveldb/leveldb/cache/index.html">cache</a>
  1008. </td>
  1009. <td class="pkg-synopsis">
  1010. Package cache provides interface and implementation of a cache algorithms.
  1011. </td>
  1012. </tr>
  1013. <tr>
  1014. <td class="pkg-name" style="padding-left: 60px;">
  1015. <a href="syndtr/goleveldb/leveldb/comparer/index.html">comparer</a>
  1016. </td>
  1017. <td class="pkg-synopsis">
  1018. Package comparer provides interface and implementation for ordering sets of data.
  1019. </td>
  1020. </tr>
  1021. <tr>
  1022. <td class="pkg-name" style="padding-left: 60px;">
  1023. <a href="syndtr/goleveldb/leveldb/errors/index.html">errors</a>
  1024. </td>
  1025. <td class="pkg-synopsis">
  1026. Package errors provides common error types used throughout leveldb.
  1027. </td>
  1028. </tr>
  1029. <tr>
  1030. <td class="pkg-name" style="padding-left: 60px;">
  1031. <a href="syndtr/goleveldb/leveldb/filter/index.html">filter</a>
  1032. </td>
  1033. <td class="pkg-synopsis">
  1034. Package filter provides interface and implementation of probabilistic data structure.
  1035. </td>
  1036. </tr>
  1037. <tr>
  1038. <td class="pkg-name" style="padding-left: 60px;">
  1039. <a href="syndtr/goleveldb/leveldb/iterator/index.html">iterator</a>
  1040. </td>
  1041. <td class="pkg-synopsis">
  1042. Package iterator provides interface and implementation to traverse over contents of a database.
  1043. </td>
  1044. </tr>
  1045. <tr>
  1046. <td class="pkg-name" style="padding-left: 60px;">
  1047. <a href="syndtr/goleveldb/leveldb/journal/index.html">journal</a>
  1048. </td>
  1049. <td class="pkg-synopsis">
  1050. Package journal reads and writes sequences of journals.
  1051. </td>
  1052. </tr>
  1053. <tr>
  1054. <td class="pkg-name" style="padding-left: 60px;">
  1055. <a href="syndtr/goleveldb/leveldb/memdb/index.html">memdb</a>
  1056. </td>
  1057. <td class="pkg-synopsis">
  1058. Package memdb provides in-memory key/value database implementation.
  1059. </td>
  1060. </tr>
  1061. <tr>
  1062. <td class="pkg-name" style="padding-left: 60px;">
  1063. <a href="syndtr/goleveldb/leveldb/opt/index.html">opt</a>
  1064. </td>
  1065. <td class="pkg-synopsis">
  1066. Package opt provides sets of options used by LevelDB.
  1067. </td>
  1068. </tr>
  1069. <tr>
  1070. <td class="pkg-name" style="padding-left: 60px;">
  1071. <a href="syndtr/goleveldb/leveldb/storage/index.html">storage</a>
  1072. </td>
  1073. <td class="pkg-synopsis">
  1074. Package storage provides storage abstraction for LevelDB.
  1075. </td>
  1076. </tr>
  1077. <tr>
  1078. <td class="pkg-name" style="padding-left: 60px;">
  1079. <a href="syndtr/goleveldb/leveldb/table/index.html">table</a>
  1080. </td>
  1081. <td class="pkg-synopsis">
  1082. Package table allows read and write sorted key/value.
  1083. </td>
  1084. </tr>
  1085. <tr>
  1086. <td class="pkg-name" style="padding-left: 60px;">
  1087. <a href="syndtr/goleveldb/leveldb/testutil/index.html">testutil</a>
  1088. </td>
  1089. <td class="pkg-synopsis">
  1090. </td>
  1091. </tr>
  1092. <tr>
  1093. <td class="pkg-name" style="padding-left: 60px;">
  1094. <a href="syndtr/goleveldb/leveldb/util/index.html">util</a>
  1095. </td>
  1096. <td class="pkg-synopsis">
  1097. Package util provides utilities used throughout leveldb.
  1098. </td>
  1099. </tr>
  1100. </table>
  1101. </div>
  1102. <div id="footer">
  1103. Build version go1.6.<br>
  1104. Except as <a href="https://developers.google.com/site-policies#restrictions">noted</a>,
  1105. the content of this page is licensed under the
  1106. Creative Commons Attribution 3.0 License,
  1107. and code is licensed under a <a href="http://localhost:6060/LICENSE">BSD license</a>.<br>
  1108. <a href="http://localhost:6060/doc/tos.html">Terms of Service</a> |
  1109. <a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a>
  1110. </div>
  1111. </div><!-- .container -->
  1112. </div><!-- #page -->
  1113. <!-- TODO(adonovan): load these from <head> using "defer" attribute? -->
  1114. <script type="text/javascript" src="../../lib/godoc/jquery.js"></script>
  1115. <script type="text/javascript" src="../../lib/godoc/jquery.treeview.js"></script>
  1116. <script type="text/javascript" src="../../lib/godoc/jquery.treeview.edit.js"></script>
  1117. <script type="text/javascript" src="../../lib/godoc/godocs.js"></script>
  1118. </body>
  1119. </html>