File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ func main() {
33
33
34
34
start := time .Now ()
35
35
results := google ("golang" )
36
- elasped := time .Since (start )
36
+ elapsed := time .Since (start )
37
37
38
38
fmt .Println (results )
39
- fmt .Println (elasped )
39
+ fmt .Println (elapsed )
40
40
}
41
41
42
42
func fakeSearch (kind string ) search {
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ func main() {
33
33
34
34
start := time .Now ()
35
35
results := google ("golang" )
36
- elasped := time .Since (start )
36
+ elapsed := time .Since (start )
37
37
38
38
fmt .Println (results )
39
- fmt .Println (elasped )
39
+ fmt .Println (elapsed )
40
40
}
41
41
42
42
func fakeSearch (kind string ) search {
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ func main() {
33
33
34
34
start := time .Now ()
35
35
results := google ("golang" )
36
- elasped := time .Since (start )
36
+ elapsed := time .Since (start )
37
37
38
38
fmt .Println (results )
39
- fmt .Println (elasped )
39
+ fmt .Println (elapsed )
40
40
}
41
41
42
42
func fakeSearch (kind string ) search {
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ func main() {
33
33
fakeSearch ("replica 1" ),
34
34
fakeSearch ("replica 2" ))
35
35
36
- elasped := time .Since (start )
36
+ elapsed := time .Since (start )
37
37
38
38
fmt .Println (result )
39
- fmt .Println (elasped )
39
+ fmt .Println (elapsed )
40
40
}
41
41
42
42
func fakeSearch (kind string ) search {
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ func main() {
40
40
41
41
start := time .Now ()
42
42
results := google ("golang" )
43
- elasped := time .Since (start )
43
+ elapsed := time .Since (start )
44
44
45
45
fmt .Println (results )
46
- fmt .Println (elasped )
46
+ fmt .Println (elapsed )
47
47
}
48
48
49
49
func fakeSearch (kind string ) search {
You can’t perform that action at this time.
0 commit comments