Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3
Anonymous Quiz
9%
block
6%
scope
72%
func
14%
lamda
Anonymous Quiz
4%
alias
2%
typedef
3%
newtype
91%
type
👍1
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍10❤1
Anonymous Quiz
34%
Максимальная длина строки
38%
Количество байтов в строке
10%
Нулевое значение
17%
Количество символов в строке
🤔11
Anonymous Quiz
58%
func (t *Type) Method(m func() Type) {}
8%
func (t Type) Method(m func() Type) {}
33%
func (t *Type) Method(m func() *Type) {}
1%
func t.Type.Method(m func() Type) {}
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥6👍3
Anonymous Quiz
37%
func (t *Type) Method() map[int]string {}
23%
func (t Type) Method() map[string]int {}
28%
func (t *Type) Method() map[string]int {}
11%
func (t Type) Method() map[int]string {}
💊20🤯8😁1
Anonymous Quiz
69%
func (t *Type) Method(m map[int]string) {}
23%
func (t Type) Method(m map[int]string) {}
6%
func Type.Method(m map[int]string) {}
2%
func t.Type.Method(m map[int]string) {}
💊19
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2
Anonymous Quiz
85%
make(chan string, 20)
7%
make(chan string, buffer=20)
7%
make(chan<- string, 20)
0%
make(chan string, 0)
Anonymous Quiz
36%
Использовать isClosed
10%
Использовать reflect
32%
Использовать select с default
21%
Это невозможно
🤔6👍4
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2
Anonymous Quiz
54%
func f(arr *[5]int) {}
5%
func f(arr [5]int) {}
34%
func f(arr *[]int) {}
7%
func f(arr [5]*int) {}
💊8👍6
Anonymous Quiz
85%
make(chan string)
13%
make(chan string, 0)
2%
make(chan<- string)
1%
make(<-chan string)
💊4🔥1
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍8🔥2🤔1
Anonymous Quiz
76%
func (t *Type) Method(s *Type) map[string]int {}
18%
func (t Type) Method(s *Type) map[string]int {}
4%
func Type.Method(s *Type) map[string]int {}
2%
func t.Type.Method(s *Type) map[string]int {}
💊9
Anonymous Quiz
49%
var f func(map[string]int) string
39%
var f func(map[int]string) string
10%
var f func(*map[string]int) string
1%
var f func(map[string]*int) string
💊30😁4👍1👀1
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2🔥1
Anonymous Quiz
45%
0
1%
-1
33%
nil
21%
Паника
👀7