0

GitHub - JasonkayZK/Go_Learn at go-v1.17-rc-generic

 2 years ago
source link: https://github.com/JasonkayZK/Go_Learn/tree/go-v1.17-rc-generic
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
This branch is 6 commits ahead, 1 commit behind master.
Contribute

在Docker中体验Golang的泛型

拉取镜像并运行:

# Create Container
docker run -dit \
  --name go-v.17 \
  -v /root/workspace/go-v1.17-code:/code \
  --privileged \
  golang:1.17-rc /bin/bash
  
# Attach Container
docker exec -it go-v.17 bash

容器中执行Go代码:

# go run -gcflags=-G=3 1_print/main.go

1 2 3 4 5
1.01 2.02 3.03 4.04 5.05
one two three four five
5 4 3 2 1

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK