mrtowers
mrtowers
> This is why pointers are so fraught... > > Yes, `rere` returns an immutable pointer... to a struct with a mutable field. Modifying that field is perfectly valid. so...
> However, the code here isn't modifying `User` or `&User`. It is only modifying the mutable field inside `User`. That's why I said it is the way things work. >...
you need to switch version from `v1.7.0` to `v1.8.0-rc.1` in your `go.mod` file. worked for me
there is a TLS package that has a TLS server implemented https://github.com/ianic/tls.zig