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.

218 lines
5.3 KiB

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/dghubble - 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/dghubble</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="../index.html">..</a></td>
  54. </tr>
  55. <tr>
  56. <td class="pkg-name" style="padding-left: 0px;">
  57. <a href="go-twitter/index.html">go-twitter</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="go-twitter/twitter/index.html">twitter</a>
  65. </td>
  66. <td class="pkg-synopsis">
  67. Package twitter provides a Client for the Twitter API.
  68. </td>
  69. </tr>
  70. <tr>
  71. <td class="pkg-name" style="padding-left: 0px;">
  72. <a href="oauth1/index.html">oauth1</a>
  73. </td>
  74. <td class="pkg-synopsis">
  75. Package oauth1 is a Go implementation of the OAuth1 spec RFC 5849.
  76. </td>
  77. </tr>
  78. <tr>
  79. <td class="pkg-name" style="padding-left: 20px;">
  80. <a href="oauth1/dropbox/index.html">dropbox</a>
  81. </td>
  82. <td class="pkg-synopsis">
  83. Package dropbox provides constants for using OAuth1 to access Dropbox.
  84. </td>
  85. </tr>
  86. <tr>
  87. <td class="pkg-name" style="padding-left: 20px;">
  88. <a href="oauth1/examples/index.html">examples</a>
  89. </td>
  90. <td class="pkg-synopsis">
  91. </td>
  92. </tr>
  93. <tr>
  94. <td class="pkg-name" style="padding-left: 20px;">
  95. <a href="oauth1/tumblr/index.html">tumblr</a>
  96. </td>
  97. <td class="pkg-synopsis">
  98. Package tumblr provides constants for using OAuth 1 to access Tumblr.
  99. </td>
  100. </tr>
  101. <tr>
  102. <td class="pkg-name" style="padding-left: 20px;">
  103. <a href="oauth1/twitter/index.html">twitter</a>
  104. </td>
  105. <td class="pkg-synopsis">
  106. Package twitter provides constants for using OAuth1 to access Twitter.
  107. </td>
  108. </tr>
  109. <tr>
  110. <td class="pkg-name" style="padding-left: 0px;">
  111. <a href="sling/index.html">sling</a>
  112. </td>
  113. <td class="pkg-synopsis">
  114. Package sling is a Go HTTP client library for creating and sending API requests.
  115. </td>
  116. </tr>
  117. <tr>
  118. <td class="pkg-name" style="padding-left: 20px;">
  119. <a href="sling/examples/index.html">examples</a>
  120. </td>
  121. <td class="pkg-synopsis">
  122. </td>
  123. </tr>
  124. </table>
  125. </div>
  126. <div id="footer">
  127. Build version go1.6.<br>
  128. Except as <a href="https://developers.google.com/site-policies#restrictions">noted</a>,
  129. the content of this page is licensed under the
  130. Creative Commons Attribution 3.0 License,
  131. and code is licensed under a <a href="http://localhost:6060/LICENSE">BSD license</a>.<br>
  132. <a href="http://localhost:6060/doc/tos.html">Terms of Service</a> |
  133. <a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a>
  134. </div>
  135. </div><!-- .container -->
  136. </div><!-- #page -->
  137. <!-- TODO(adonovan): load these from <head> using "defer" attribute? -->
  138. <script type="text/javascript" src="../../../lib/godoc/jquery.js"></script>
  139. <script type="text/javascript" src="../../../lib/godoc/jquery.treeview.js"></script>
  140. <script type="text/javascript" src="../../../lib/godoc/jquery.treeview.edit.js"></script>
  141. <script type="text/javascript" src="../../../lib/godoc/godocs.js"></script>
  142. </body>
  143. </html>