Skip to content

Commit

Permalink
vault backup: 2023-01-11 23:31:05
Browse files Browse the repository at this point in the history
Affected files:
inbox/Golang.md
  • Loading branch information
615lyw committed Jan 11, 2023
1 parent 035c2ba commit 067241c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions inbox/Golang.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,13 @@ if num := 9; num < 0 {
- 在 module 根目录下存在 *go. mod* 文件,类似 *POM. xml*,其中定义了 *module path* (在 import package 时表示 module root derectory)
- import package 时 package path syntax: `module_path(module_root_derectory)/the_filesystem_path_to_package/package_name`

# Arrays


# Slices



# GOROOT and GOPATH

GOROOT 即 Go 安装目录,GOPATH 类似本地 MAVEN 仓库。

0 comments on commit 067241c

Please sign in to comment.