Skip to content

Instantly share code, notes, and snippets.

View danielkraic's full-sized avatar

Daniel Kraic danielkraic

View GitHub Profile
<!-- 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>

docker

docker version
docker info

run

package main
import (
"fmt"
"strings"
)
type Country struct {
Code string
Name string