При каком условии go build не будет пересобирать пакет, а будет использовать кэш?
Golang
Tell us about the most challenging or interesting project in your IT career
Does the underscore (_) in import statement serve a purpose?
When passing a channel to a function — is it passed by value or by reference?
Is it possible to create a constant of type map or slice?
How can you protect yourself from the poor outcome of this dubious feature?
Situation: tight deadline, editing in someone else's module, reviewer from another team points out serious technical risks in the code. What to do, considering the deployment is already tomorrow?
Situation: the product manager brings a feature that seems illogical to you ('paint the button red for International Women's Day'), with a tight deadline. What will you do?
How many bytes does a structure with fields int32, byte, int64 (in that order) occupy?
How do you earn authority within your team or technical guild, and who do colleagues usually turn to?
What about the standard task assignment algorithm in Jira did not satisfy the customer, leading to the need for a custom solution?
Have you had any conflicts with colleagues or management (personal, not work-related)?
Will default in select work when reading from a nil channel?
Which category of developers do you consider yourself: a 'task executor' or a 'team superstar'?
How does sync.Pool work under the hood and when are objects removed from it?
How do you feel about swearing in work communication?
Can two slices be compared directly with the equality operator for element-wise equality check?
Can range be used to iterate over a string and get bytes instead of runes?
Imagine a situation: you are assigned a task, the team lead is unavailable, the deadline is Monday, and you realize you won't make it. What would you do?
Can range be used to convert a byte array to a string without memory allocation?