Skip to content

issues Search Results · repo:quii/learn-go-with-tests language:Go

Filter by

249 results
 (52 ms)

249 results

inquii/learn-go-with-tests (press backspace or delete to remove)

The current implementation of the assertError function doesn t handle all error cases safely. Specifically, if want is nil, calling want.Error() will result in a panic. This becomes problematic now that ...
  • erizosamurai
  • 1
  • Opened 
    6 days ago
  • #861

This is a great resource for getting started with TDD and learning Go. It s very engaging. That said, it could benefit from being updated to the latest Go version and perhaps include a section on Runes ...
  • erizosamurai
  • Opened 
    7 days ago
  • #860

This was very helpful for getting around the golang testing ecosystem, much appreciated
  • sambacha
  • 1
  • Opened 
    on Apr 5
  • #857

Hello everyone, I have been reading through the book and I found one typo. In this page, the following variables are shown: var dummyBlindAlerter = SpyBlindAlerter{} var dummyPlayerStore = poker.StubPlayerStore{} ...
  • blueprismo
  • Opened 
    on Mar 28
  • #853

Clock SVG examples are not showing in Gitbook. I am using Firefox now and I checked that same problem appears in Safari too. img width= 1512 alt= Image src= https://github.com/user-attachments/assets/92b1c444-11b2-4c2f-ae03-a2ac647a7ade ...
  • obzva
  • Opened 
    on Mar 25
  • #851

Hello @quii I started a translation to Serbian here: https://github.com/dotemacs/learn-go-with-tests/tree/cpncku I saw the info you posted about the translations: https://github.com/quii/learn-go-with-tests/discussions/829#discussioncomment-11656755 ...
  • dotemacs
  • Opened 
    on Mar 10
  • #848

Hi there. First I d like to say thanks for this book. I m currently using it to add tests to a project for the first time. I know this issue is a little nit-picky but I thought I would raise it nonetheless. ...
  • vaughany
  • Opened 
    on Feb 20
  • #847

Love the series, thanks for taking the time to make it. In this refactor: https://github.com/quii/learn-go-with-tests/blob/main/arrays/v7/sum_test.go ... checkSums := func(t testing.TB, got, want []int) ...
  • rbellabre
  • Opened 
    on Feb 10
  • #845

Problem A common pitfall for people learning about concurrency is why expressions like x = x + 1 can give unexpected results when it happens on multiple threads, since they look like a single instruction. ...
  • laerson
  • Opened 
    on Jan 26
  • #842

Hi @quii, I’m Son. I’m a software developer who is interested in Go so much. Learn Go with Tests really helped me learn Go. And I really would like to contribute to this project. In Vietnam, Go is rapidly ...
  • bjergsen243
  • 2
  • Opened 
    on Jan 20
  • #839
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub