点击查看原文
原文作者:段先森 | 来源:Pi3's Notes
Go 语言在 1.21 版本中引入了 3 个泛型函数作为内置函数,分别是 min、max 和 clear ,这使得 Go 语言编程更加方便。
min
max
clear
Ctrl+D