Question d’entretien chez Licious

I only remember 2nd round question. Implement Singleton Data structure using Go Routines.

Réponse à la question d'entretien

Utilisateur anonyme

10 août 2022

I used the concept of wait groups to implement it. However, better approach was to use Once() function from sync package.