函数命名
一、MixedCaps
func unexportedFunc(){}
func ExportedFunc(){}二、专有名词缩写
func GetURL(){}三、测试函数
TestMyFunction_WhatIsBeingTestedLast updated
func unexportedFunc(){}
func ExportedFunc(){}func GetURL(){}TestMyFunction_WhatIsBeingTestedLast updated