|
1254 | 1254 | | 18 | [What are runtime and runtime packages?](#what-are-runtime--and-runtime-packages)
|
1255 | 1255 | | 19 | [How can you get how many cores your computer has?](#how-can-you-get-how-many-cores-your-computer-has)
|
1256 | 1256 | | 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) |
1259 | 1262 |
|
1260 | 1263 | 1. ### What is Golang?
|
1261 | 1264 |
|
|
0 commit comments