程式與日常
Go程式的註解在註解中空一行即可換行。
範例環境:
例如在main函式上方加上註解,hello和world間以空行註解即為換行。
package main import "fmt" // hello // // world func main() { fmt.Println("Hello World") }
在VS Code游標移到main函式上的顯示效果。
張貼留言
沒有留言:
張貼留言