It's hard to see anything useful from those screenshots. If you're running a QUIC server on port 9090, then that looks like QUIC traffic (for whatever version of QUIC that server is using). The version of quic used in
https://github.com/devsisters/goquic is a year old - there have been a lot of changes to the protocol since then. I'd suggest using
https://github.com/google/proto-quic or
https://github.com/lucas-clemente/quic-go instead. If wireshark for you is showing Chrome-Google traffic as QUIC, but not your local client/server, that's probably because the wireshark dissector you're using doesn't know the older version used by your client/server.
This mailing list is focused on chromium development. If you're having trouble with a third-party QUIC implementation, I'd suggest asking that implementation's maintainers instead.