The interview
- introductions - 5 minutes
- discussion - 45 minutes
- q&a - 10 mintues
The goal
- to build a team of go developers that will work closely with the biostrand development team to develop their product
| package main | |
| import ( | |
| "fmt" | |
| "github.com/go-playground/validator/v10" | |
| ) | |
| func main() { | |
| validator := validator.New() |
The interview
The goal