Viewing profile — juwjfoobar
juwjfoobar
HN member- Joined
- Sun, Feb 23, 2025, 3:20 AM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About juwjfoobar
No profile information was provided.
Recent public activity
-
comment
Comment #43315892
interfaces in Go are structural. Interfaces in Java are nominal and require immediate declaration of intent to implement at type definition.
-
comment
Comment #43314112
The session interface is missing WithContext(ctx context.Context) unless something else is making it context aware