Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fb1d44b

Browse files
adding new questions
1 parent fb358d5 commit fb1d44b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

‎README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,8 +1254,11 @@
12541254
| 18 | [What are runtime and runtime packages?](#what-are-runtime--and-runtime-packages)
12551255
| 19 | [How can you get how many cores your computer has?](#how-can-you-get-how-many-cores-your-computer-has)
12561256
| 20 | [How would you tell a goroutine to use less core than what you have?](#how-would-you-tell-a-goroutine-to-use-less-core-than-what-you-have)
1257-
1258-
1257+
| 21 | [How would you determine the type of a variable and Which package to use for it?](#how-would-you-determine-the-type-of-a-variable-and-which-package-to-use-for-it)
1258+
| 22 | [What all types can map store?](#what-all-types-can-map-store)
1259+
| 23 | [What are services in golang?](#what-are-services-in-golang)
1260+
| 24 | [Why are there no classes in Go?](#why-are-there-no-classes-in-go)
1261+
| 25 | [Difference between Compile time and runtime?](#difference-between-compile-time-and-runtime)
12591262

12601263
1. ### What is Golang?
12611264

‎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(20,'How would you tell a goroutine to use less core than what you have'));
23+
console.log(hashing(25,'Difference between Compile time and runtime'));

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /