mirror of
https://github.com/40t/go-sniffer.git
synced 2025-09-19 18:19:18 +08:00
5 lines
133 B
Bash
5 lines
133 B
Bash
#!/bin/bash
|
|
|
|
go build -gcflags "all=-N -l"
|
|
dlv --listen=:2345 --headless=true --api-version=2 --accept-multiclient exec ./go-sniffer
|