//
pkg.gl
Category
github.com/huobingli/goalgorithm
learn
sort
package
0.0.0-20230301075031-d4bf2a5809f2
Repository:
https://github.com/huobingli/goalgorithm.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
114 SLOC
#
Constants
Assassin
No description provided by the author
Assassin
定义HeroKind常量, 类似于枚举.
Mage
No description provided by the author
Mage
定义HeroKind常量, 类似于枚举.
None
No description provided by the author
None
定义HeroKind常量, 类似于枚举.
Tank
No description provided by the author
Tank
定义HeroKind常量, 类似于枚举.
#
Structs
Hero
No description provided by the author
Hero
定义英雄名单的结构.
#
Type aliases
HeroKind
No description provided by the author
HeroKind
声明英雄的分类.
Heros
将英雄指针的切片定义为Heros类型.
MyStringList
将[]string定义为MyStringList类型.