当前位置:网站首页>Go 语言标识符、包名规范
Go 语言标识符、包名规范
2022-06-30 19:54:00 【禅与计算机程序设计艺术】
标识符的定义
标识符(identifier)是指用来标识某个实体的一个符号,在不同的应用环境下有不同的含义。在计算机编程语言中,标识符是用户编程时使用的名字,用于给变量、常量、函数、语句块等命名,以建立起名称与使用之间的关系。
go语言中的变量,函数,以及包名等都属于标志符的一种。
包的命名规则
(1)包名尽可能与它所在的目录名保持一致,不要与标准库进行冲突。
(2)带有main函数的包必须将其package定义为main,这样才能用go run去运行文件,go build才能生成可执行文件。
(3)变量名、函数名、常量名命名采用驼峰法
(4)变量名、函数名、常量名首字母大写,可以被其他包访问。首字母小写则只能在本包中使用。
(5)自定义的包在引用时,会自动补充$GOPATH/src/ ,路径中的文件夹用/分割。(GOPATH为环境变量,需要自己配置)。
边栏推荐
- Ten percent of the time, the tar command can't parse the English bracket "()" when decompressing the file
- Summary of operating system interview questions (updated from time to time)
- exness:流动性系列-流动性清洗和反转、决策区间
- 昨晚 Spark Summit 重要功能发布全在这里(附超清视频)
- 杰理之触摸按键识别流程【篇】
- Great God detailed open source Buff gain Introduction 丨 Live
- Filebeat自定义index和fields
- 凌云出海记 | 一零跃动&华为云:共助非洲普惠金融服务
- PM这样汇报工作,老板心甘情愿给你加薪
- 文件包含&条件竞争
猜你喜欢
项目经理是领导吗?可以批评指责成员吗?
为什么一定要从DevOps走向BizDevOps?
Conditional compilation
杰理之触摸按键识别流程【篇】
CADD course learning (2) -- target crystal structure information
“更福特、更中国”拨云见日,长安福特王牌产品订单过万
Source code analysis of redis ziplist compressed list
Smarter! Airiot accelerates the upgrading of energy conservation and emission reduction in the coal industry
8 - 函数
微信小程序开发实战 云音乐
随机推荐
为什么一定要从DevOps走向BizDevOps?
Why must a digital transformation strategy include continuous testing?
最新海康摄像机、NVR、流媒体服务器、回放取流RTSP地址规则说明[通俗易懂]
Source code analysis of redis ziplist compressed list
Web主机iptables防火墙安全脚本
Client请求外部接口标准处理方式
Tensorflow2.4 implementation of repvgg
MySQL billing Statistics (Part 1): MySQL installation and client dbeaver connection
Meeting, onemeeting, OK!
“更福特、更中国”拨云见日,长安福特王牌产品订单过万
文件包含&条件竞争
Ten percent of the time, the tar command can't parse the English bracket "()" when decompressing the file
Tencent conference application market was officially launched, with more than 20 applications in the first batch
Perl转换文件的编码类型
Tensorflow2.4实现RepVGG
Why should offline stores do new retail?
C语言:hashTable
DNS服务器搭建、转发、主从配置
网易云签到可抽奖?那一年我能签到365天。不信?你看。
凌云出海记 | 一零跃动&华为云:共助非洲普惠金融服务