Skip to content

Commit 2280868

Browse files
committed
updating go quesitons
1 parent fb1d44b commit 2280868

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,10 @@
12591259
| 23 | [What are services in golang?](#what-are-services-in-golang)
12601260
| 24 | [Why are there no classes in Go?](#why-are-there-no-classes-in-go)
12611261
| 25 | [Difference between Compile time and runtime?](#difference-between-compile-time-and-runtime)
1262+
| 26 | [Do you need to convert the type of a variable of interface{} type passed in a function as an argument?](#do-you-need-to-convert-the-type-of-a-variable-of-interface{}-type-passed-in-a-function-as-an-argument)
1263+
| 27 | [Why are goroutines light-weight?](#why-are-goroutines-light-weight)
1264+
| 28 | [If capacity is not defined in slice, what would the capacity be?](#if-capacity-is-not-defined-in-slice,-what-would-the-capacity-be)
1265+
12621266

12631267
1. ### What is Golang?
12641268

sentence_to_hashing_converter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ function hashing(num=0,str) {
2020
return `| ${num} | [${str}?](#${hashed})`
2121
}
2222

23-
console.log(hashing(25,'Difference between Compile time and runtime'));
23+
console.log(hashing(28,'If capacity is not defined in slice, what would the capacity be'));

0 commit comments

Comments
 (0)