내가 좋아할 만한 콘텐츠
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. D’Angelo 347K posts
- 2. Charlie 660K posts
- 3. Erika Kirk 73.9K posts
- 4. Young Republicans 26.6K posts
- 5. Politico 210K posts
- 6. #AriZZona N/A
- 7. #PortfolioDay 22.5K posts
- 8. Jason Kelce 5,015 posts
- 9. Pentagon 110K posts
- 10. Presidential Medal of Freedom 92.1K posts
- 11. Harkey N/A
- 12. Burl Ives 1,003 posts
- 13. George Strait 5,145 posts
- 14. #LightningStrikes N/A
- 15. NHRA N/A
- 16. Big 12 14.3K posts
- 17. Kai Correa N/A
- 18. All in the Family 20.1K posts
- 19. Milei 324K posts
- 20. George Floyd 21.6K 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.