亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

安吉县| 泰来县| 佛学| 浮山县| 邯郸县| 阿合奇县| 邹平县| 滦南县| 洛川县| 辽阳市| 咸丰县| 永德县| 和林格尔县| 安阳县| 谢通门县| 略阳县| 都江堰市| 杂多县| 托里县| 财经| 柞水县| 宁蒗| 乌什县| 香格里拉县| 汾西县| 扎囊县| 邹平县| 普陀区| 萨嘎县| 会昌县| 固阳县| 岳阳县| 南开区| 郁南县| 昭苏县| 曲阜市| 丽水市| 琼海市| 镇坪县| 阿克陶县| 阿荣旗|