mirror of
https://github.com/restic/restic.git
synced 2025-08-25 23:57:44 +00:00
Vendor dependencies for GCS
This commit is contained in:
30
vendor/cloud.google.com/go/internal/readme/testdata/want.md
generated
vendored
Normal file
30
vendor/cloud.google.com/go/internal/readme/testdata/want.md
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
This template is for testing snipmd.awk.
|
||||
|
||||
Put the first snippet here.
|
||||
|
||||
[snip]:# (first)
|
||||
```go
|
||||
fmt.Println("hello")
|
||||
x := ...
|
||||
```
|
||||
|
||||
And now the second.
|
||||
[snip]:# (second)
|
||||
```go
|
||||
if x > 2 {
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
A top-level snippet.
|
||||
|
||||
[snip]:# (top-level)
|
||||
```go
|
||||
var ErrBad = errors.New("bad")
|
||||
```
|
||||
|
||||
```go
|
||||
// A code block that is not included.
|
||||
```
|
||||
|
||||
And we're done.
|
Reference in New Issue
Block a user