//
pkg.gl
Category
github.com/rainbowmango/goexpertprogrammingsourcecode
GoExpert
src
gotest
package
1.5.0
Repository:
https://github.com/rainbowmango/goexpertprogrammingsourcecode.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
40 SLOC
#
Functions
Add
Add 方法用于演示go test使用.
MakeSliceWithoutAlloc
MakeSliceWithPreAlloc 不预分配.
MakeSliceWithPreAlloc
MakeSliceWithPreAlloc 通过预分配Slice的存储空间构造.
PrintNames
PrintNames 打印学生姓名.
SayGoodbye
SayGoodbye 打印两行字符串.
SayHello
SayHello 打印一行字符串.