91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

golint的使用方法介紹

發布時間:2020-04-17 10:42:52 來源:億速云 閱讀:1313 作者:小新 欄目:編程語言

今天小編給大家分享的是golint的使用方法介紹,很多人都不太了解,今天小編為了讓大家更加了解golint的使用方法,所以給大家總結了以下內容,一起往下看吧。一定會有所收獲的哦。

golint的使用方法介紹

根據作者的說法:

Golint is a linter for Go source code.

Golint differs from gofmt. Gofmt reformats Go source code, whereas

golint prints out style mistakes.

Golint differs from govet. Govet is concerned with correctness, whereas

golint is concerned with coding style. Golint is in use at Google, and it

seeks to match the accepted style of the open source Go project.

一句話就是Golint用于檢查go代碼中不夠規范的地方。

一、編譯及生成可執行程序

1、下載golang 的 lint,下載地址:https://github.com/golang/lint

2、解壓文件到$GOPATH/src/github.com/golang/lint

3、到目錄$GOPATH/src/github.com/golang/lint/golint中運行go build ./

4、在當前目錄有golint的可執行程序

當然,最簡單的方式是:

go get github.com/golang/lint
go install github.com/golang/lint

二、執行方式:

golint 文件名或者目錄

檢查結果如下:

import-dot.go:6:8: should not use dot imports
else.go:11:9: if block ends with a return statement, so drop this else and outdent its block
sort.go:11:1: exported method T.Len should have comment or be unexported
sort.go:20:1: exported method U.Other should have comment or be unexported

從上面輸出可以看到,golint對go代碼給出的建議。

golint 會檢查的內容:

變量名規范

變量的聲明,像var str string = "test",會有警告,應該var str = "test"

大小寫問題,大寫導出包的要有注釋

x += 1 應該 x++

以上就是golint的使用方法的簡略介紹,當然詳細使用上面的不同還得要大家自己使用過才領會。如果想了解更多,歡迎關注億速云行業資訊頻道哦!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

高台县| 澎湖县| 海原县| 巴塘县| 两当县| 南江县| 郁南县| 颍上县| 当涂县| 印江| 安仁县| 武汉市| 文水县| 鲁甸县| 新郑市| 大荔县| 宁津县| 汉中市| 娄烦县| 周口市| 沾益县| 东乡| 宁城县| 鄂尔多斯市| 潜山县| 广昌县| 忻城县| 高唐县| 凤凰县| 宜丰县| 鄱阳县| 芜湖市| 江源县| 襄垣县| 聂拉木县| 万州区| 齐河县| 栾城县| 定襄县| 夏河县| 江都市|