This is my directory structure:
root ├── LICENSE ├── README.md ├── acceptor.go ├── cmd │ ├── main │ └── main.go ├── go.mod
I want to deb