mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-25 17:27:30 +00:00
Update vendored package heredoc
This commit is contained in:
14
vendor/github.com/MakeNowJust/heredoc/README.md
generated
vendored
14
vendor/github.com/MakeNowJust/heredoc/README.md
generated
vendored
@@ -1,16 +1,16 @@
|
||||
#heredoc [](https://drone.io/github.com/MakeNowJust/heredoc/latest) [](https://gowalker.org/github.com/MakeNowJust/heredoc)
|
||||
# heredoc [](https://circleci.com/gh/MakeNowJust/heredoc) [](https://gowalker.org/github.com/MakeNowJust/heredoc)
|
||||
|
||||
##About
|
||||
## About
|
||||
|
||||
Package heredoc provides the here-document with keeping indent.
|
||||
|
||||
##Install
|
||||
## Install
|
||||
|
||||
```console
|
||||
$ go get github.com/MakeNowJust/heredoc
|
||||
```
|
||||
|
||||
##Import
|
||||
## Import
|
||||
|
||||
```go
|
||||
// usual
|
||||
@@ -19,7 +19,7 @@ import "github.com/MakeNowJust/heredoc"
|
||||
import . "github.com/MakeNowJust/heredoc/dot"
|
||||
```
|
||||
|
||||
##Example
|
||||
## Example
|
||||
|
||||
```go
|
||||
package main
|
||||
@@ -43,11 +43,11 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
##API Document
|
||||
## API Document
|
||||
|
||||
- [Go Walker - github.com/MakeNowJust/heredoc](https://gowalker.org/github.com/MakeNowJust/heredoc)
|
||||
- [Go Walker - github.com/MakeNowJust/heredoc/dot](https://gowalker.org/github.com/MakeNowJust/heredoc/dot)
|
||||
|
||||
##License
|
||||
## License
|
||||
|
||||
This software is released under the MIT License, see LICENSE.
|
||||
|
||||
Reference in New Issue
Block a user