Documentation ¶
Overview ¶
type 类型名 struct { 字段名 字段类型 字段名 字段类型 … }
Index ¶
- func BenchmarkFib1(b *testing.B)
- func BenchmarkFib10(b *testing.B)
- func BenchmarkFib2(b *testing.B)
- func BenchmarkFib20(b *testing.B)
- func BenchmarkFib3(b *testing.B)
- func BenchmarkFib40(b *testing.B)
- func BenchmarkSplit(b *testing.B)
- func BenchmarkSplitParallel(b *testing.B)
- func ExampleSplit()
- func Split(s, sep string) (result []string)
- func TestSplit(t *testing.T)
- type Cat
- type Dog
- type MyInt
- type NewInt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BenchmarkFib1 ¶
func BenchmarkFib10 ¶
func BenchmarkFib2 ¶
func BenchmarkFib20 ¶
func BenchmarkFib3 ¶
func BenchmarkFib40 ¶
func BenchmarkSplit ¶
func BenchmarkSplitParallel ¶
func ExampleSplit ¶
func ExampleSplit()
Types ¶
Click to show internal directories.
Click to hide internal directories.