GO語言中import的規則和用法

來源:互聯網
上載者:User

標籤:style   http   color   使用   os   strong   檔案   for   

GO語言中引入包使用import,我將在本文講解下規則和用法。

一些規則:

1、包中不能有main方法。

2、同檔案夾中可以直接用方法名調用。

3、main函數建議放在package main裡
4、main不能調用同個目錄下的其它檔案中的方法。

5、還可以把包放在上級的目錄中,如:

/src/myFolder/foo/bar1.go #package foo/src/myFolder/foo/bar2.go #package foo/src/myFolder/foo/bar3.go #package foo/src/myFolder/foo/bar4.go #package foo然後這四個檔案之間互相之間不用import,直接調用就行

 教程:

我們這裡用liteide來舉例。

首先我們建個child目錄,然後寫個go檔案叫child.go

注意方法名開頭大寫是公有,小寫是私人方法。

然後對著child檔案夾build和install

main方法按下面來寫

test "test/child"

【命名】 【 test下的child】

(因為只能匯入包)

現在就可以輸出了的說。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.