David Millman
David Millman
In #50 the user @dimalinux proposed updating from an error string the the `net.ErrClosed` library. As mentioned by @dimalinux, this change keeps the error string the same, while updating the...
Given the file `main.go` with contents: ```go package main import "os" func main() { os.Exit(1) } ``` and the file `main_test.go` with contents: ```go package main_test import ( "testing" "github.com/ionrock/procs"...
While working on example 2.18-fix-the-input-field. I found that even though I was using the same css as described in the course material, I was getting different sizes. I found that...