go tip

Posted akun-fyk

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了go tip相关的知识,希望对你有一定的参考价值。

在有很多的if-then-else语句的情况下,go语言可以写成:

package main

import (
	"fmt"
	"time"
)

func main() {
	t := time.Now()
	switch true{
	case t.Hour() < 12:
		fmt.Println("Good morning!")
	case t.Hour() < 17:
		fmt.Println("Good afternoon.")
	default:
		fmt.Println("Good evening.")
	}
}

  

以上是关于go tip的主要内容,如果未能解决你的问题,请参考以下文章

解决go: go.mod file not found in current directory or any parent directory; see ‘go help modules‘(代码片段

Go语言学习Tips

你知道的Go切片扩容机制可能是错的

Go 语言入门很简单--技巧和窍门(Tips and Tricks)

为什么 Go 是我最喜欢的编程语言(2017)[翻译]#IT人的升职加薪tips#

前端周报:谷歌:2GB以下设备必须用Android Go;微软Tips使用macOS截图被抓包;甲骨文北京裁员,补偿员工N+6