We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 4912f0bCopy full SHA for 4912f0b
README.md
@@ -0,0 +1 @@
1
+# gophercloud.github.io
index.html
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML>
2
+<html lang="en-US">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Gophercloud</title>
6
+ </head>
7
+ <body>
8
+ <h1>Gophercloud</h1>
9
+ <ul>
10
+ <li>Documentation: <a href="https://pkg.go.dev/github.com/gophercloud/gophercloud">on go.dev</a></li>
11
+ <li>Code repository: <a href="https://github.com/gophercloud/gophercloud">on github.com</a></li>
12
+ </ul>
13
+ </body>
14
+</html>
0 commit comments