docker version
docker info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- widget 1 --> | |
| <a href="https://www.mkck.sk/nase-akcie-v-cechach/"> | |
| <img src="https://www.mkck.sk/wp-content/uploads/2018/01/Budko.jpg" | |
| class="image wp-image-9540 attachment-full size-full" | |
| alt="" | |
| style="max-width: 100%; height: auto;" | |
| width="266" | |
| height="201"> | |
| </a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "fmt" | |
| "strings" | |
| ) | |
| type Country struct { | |
| Code string | |
| Name string |
OlderNewer