
DailyGolangQuiz
@dailygolangquiz
Daily Go quiz, by @fmtprintf.
คุณอาจชื่นชอบ
Happy New Year! Let it bring interesting problems to solve, new technologies to play with and new friends. Happy coding and talking!
Hi followers! I do apologise - during the Christmas time it is complicated to find time to update quiz daily. Expect irregular updates.
In #golang, how to check that date is valid? For example, 21/02/2015 is correct, but 31/02/2015 does not.
Which package should be used when dealing with #go code structure? For example, you can list all the file functions with it.
#golang Today's challenge is from @davecheney: dave.cheney.net/2015/11/18/wed… - Can you see a data race?
Which #golang command formats Go source files? Does it simplify development in your team? Why?
#go #golang What is redundant in the code below? tpl, err := templates.Parse(text) if err != nil { log.Fatal(err) return }
#go #golang allows to call either `v:=..` or `v,ok:=..` while reading from map. Similar check can be used with ... (name at least two more)
#go #golang What should be instead of ***? var s *** s.Add(2) go func(){... s.Done()} go func(){... s.Done()} s.Wait()
#go Which #golang data structure supports removing minimum-valued element and adding elements in O(log(n))?

@nodirtz Yes, it works on linux/mac, but on windows it fails with "The process cannot access the file...".
#go #golang why it is incorrect and does it work for you? f,_:=os.Create("hi") defer f.Close() … f.write([]byte{"world"}) … os.Remove("hi")
#go #golang Try to delete file with os.Remove on windows and mac/linux. Now make it readonly and try again. What is the difference?
#go #golang What should be used to do cross-platform path operations? How to get file name in the cross-platform way?
#go #golang what will happen if OS is Windows? If Mac/Linux? How to make it right? ioutil.WriteFile("HI\\THERE.TXT", []byte("WOW"), 0644)
#go #golang Why it is bad and what is correct pattern? ioutil.WriteFile("Hi.txt", []byte("Bill"), 0644) … d, _ := ioutil.ReadFile("hi.txt")
United States เทรนด์
- 1. Westbrook 10.6K posts
- 2. Gold Glove 6,266 posts
- 3. Rickey 1,646 posts
- 4. Kings 140K posts
- 5. #wednesdaymotivation 8,669 posts
- 6. Jay Jones 67.2K posts
- 7. Veo 3.1 3,223 posts
- 8. Big Balls 12.6K posts
- 9. Jared Leto 7,618 posts
- 10. Young Republicans 131K posts
- 11. Maybe in California N/A
- 12. Brodie 4,009 posts
- 13. Lavine N/A
- 14. Voting Rights Act 16.8K posts
- 15. Bessent 74.3K posts
- 16. Noah Brown N/A
- 17. Justice Jackson 4,219 posts
- 18. Summer Walker 3,780 posts
- 19. Sabonis N/A
- 20. Vision Pro 5,130 posts
คุณอาจชื่นชอบ
-
Alexandre Ruban
@alexandre_ruban -
GopherConIndia
@GopherConIndia -
YouTrack by JetBrains
@youtrack -
James Bridger
@jcjbridger -
Peter Kieltyka
@peterk -
Stella Miranda
@fashionate -
GopherCon UK
@gopherconuk -
Gani Mendoza
@ibm2100 -
Dominik Honnef
@dominikhonnef -
Tommy Leung
@supertommyleung -
Adam Pohorecki 🇺🇦💙💛
@apohorecki
Something went wrong.
Something went wrong.