nsq.reader错误connection closed

golang的import原理

妙音 posted @ 2021年3月28日 12:20 in golang , 952 阅读

描述

 
import是个很重要的东西,golang是怎么import的
 
1. import查找包的顺序?
 
2. import的是什么,包还是路径?
 
3. 自己项目中怎么import
 

golang的包管理历史

 
第一阶段 早期golang,import是直接查找$GOPATH/scr,$GOROOT/scr目录
 
第二阶段 v1.5开始采用vendor模式,每个项目有一个vendor目录,存放依赖包
 
第三阶段 v1.12开始增加了go mod用于管理依赖包
 
部分学习资料比较早,介绍的还是第一、二阶段,从我们直接学习go mod就可以
 

go mod的import顺序

 
1. 在当前项目目录查找module。找到module后,用module_name加相对路径导入。import "module_name/路径xxx..."
 
2. 未找到,则逐级查找上级目录的go.mod
 
3. 未找到,则再找$GOPATH,$GOROOT
 

module和package是怎么回事?

 
go只有package,并没有module的概念, go mod才引入,
 
module可以理解为python的包或者java的jar包。package的集合.
 

import的是什么?

 
import的是目录, 由于一个目录只能有一个package, 实际也是import包
 
例如 import "gin-template/db/api"
 
1. 如果目录名与package名一致。 api.xxx方式使用包
 
2.如果目录名与pakcage名不一致(目录名api,包名abc)。 abc.xxx方式使用
 
3.总结:import的是目录下的package。引用方式是, 包名.xxx
 
 

自己项目中怎么引用

 
import module_name/包的目录路径
 
 

与其它语言比较

 
python中import的是py文件/py文件中的属性
 
java中import的是java文件中的class
 
golang中import的是目录下的package
 
 
Avatar_small
Imamia Quran Academy 说:
2023年7月16日 05:52

Hi, first of all, thank you for all this information. Personally I was able to vote on your form and I am very happy with it. I am from Imamia Quran Academy.Online Shia Yassarnal Quran is the source to learn Arabic letters and diacritics. One, including both kids and adults, must necessarily learn the basics for the correct recitation of the Quran.

Avatar_small
whatsapp下载电脑版win7 说:
2024年7月15日 23:48

Thank you for taking the time to publish this information very useful!

Avatar_small
爱思助手7.0电脑版官网 说:
2024年7月17日 18:53

i am until the call off of time greatly surprised by means of the amount of recommend understandable in financial credit score to this situation. What you presented became ably researched and adroitly worded in an effort to collect your stand within the location of this across to every and the entire single one one your readers.

Avatar_small
whatsapp官网 说:
2024年7月18日 15:38

thank you for substitute invincible article. where else may want to all of us collect that saintly of make public in any such obtain quirk of writing? i've a presentation adjacent week, and i am concerning the see for such facts.

Avatar_small
向日葵软件 说:
2024年7月19日 00:24

Wow, What an exceptional pronounce. i found this too much informatics. it's miles what i used to be searching for for. i'd as soon as to area you that absorb keep sharing such kind of data.If realistic, thank you.

Avatar_small
12Bet 说:
2024年7月21日 01:55

Thank you for the post 12Bet la nha cai ca cuoc online noi tieng tai chau A va chau Au duoc thanh lap nam 2007. Som duoc nguoi choi tai Viet Nam tin tuong. Su dung Link 12Bet mobile moi nhat khong bi chan tai 12Bet de bat dau dat cuoc ngay hom nay. https://12bet-vn.org/

Avatar_small
ATT role in transfor 说:
2024年7月22日 00:13

i am until the call off of time greatly surprised by means of the amount of recommend understandable in financial credit score to this situation. What you presented became ably researched and adroitly worded in an effort to collect your stand within the location of this across to every and the entire single one one your readers.

Avatar_small
Go88 说:
2024年7月25日 21:53

Go88 tu hao thu hut hang trieu nguoi choi tham gia moi ngay boi nhung uu diem noi bat, khang dinh vi the san choi ca cuoc uy tin va dang cap tren thi truong https://go88app.link/

Avatar_small
Imported Mart 说:
2024年11月21日 02:04

Transform your creative endeavors with the finest stencils from around the globe at Imported Mart Stencils. Our handpicked collection features top-quality designs imported from renowned stencil artisans and manufacturers. Whether you're refreshing a room with intricate wall art, adding dimension to crafts, or bringing new life to DIY projects, our stencils are your perfect companion. Crafted for precision and designed for durability, each stencil is an invitation to unleash your artistic potential. Explore our collection and experience craftsmanship that speaks for itself.


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter