Skip to content

Instantly share code, notes, and snippets.

@samczsun
samczsun / README.md
Last active March 9, 2025 01:00
SEAL 911 Members

This document has been moved!

@xh3b4sd
xh3b4sd / launch.json
Last active July 17, 2025 16:48
VS Code debugger configuration for debugging a single test of the currently open test file.
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Test Current File",
"type": "go",
"request": "launch",