David K. Bainbridge | 215e024 | 2017-09-05 23:18:24 -0700 | [diff] [blame] | 1 | _____ ____ _ _ _ _ _ |
| 2 | | ____| | _ \| |_ _ _ __(_) |__ _ _ ___ | | | |_ __ _ _ _ __ ___ |
| 3 | | _| | |_) | | | | | '__| | '_ \| | | / __| | | | | '_ \| | | | '_ ` _ \ |
| 4 | | |___ | __/| | |_| | | | | |_) | |_| \__ \ | |_| | | | | |_| | | | | | | |
| 5 | |_____| |_| |_|\__,_|_| |_|_.__/ \__,_|___/ \___/|_| |_|\__,_|_| |_| |_| |
| 6 | |
| 7 | GoVersion: {{ .GoVersion }} |
| 8 | GOOS: {{ .GOOS }} |
| 9 | GOARCH: {{ .GOARCH }} |
| 10 | Now: {{ .Now "Monday, 2 Jan 2006" }} |
| 11 | |
| 12 | Copyright 2017 the original author or authors. |
| 13 | |
| 14 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 15 | you may not use this file except in compliance with the License. |
| 16 | You may obtain a copy of the License at |
| 17 | |
| 18 | http://www.apache.org/licenses/LICENSE-2.0 |
| 19 | |
| 20 | Unless required by applicable law or agreed to in writing, software |
| 21 | distributed under the License is distributed on an "AS IS" BASIS, |
| 22 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 23 | See the License for the specific language governing permissions and |
| 24 | limitations under the License. |
| 25 | |