delve/Documentation
Daniel Frederick Crisman 5b8296782b
Documentation: expand project layout to match usage (#3304)
The tree view of the project layout seemed to show that "github.com",
"cmd", and "pkg" were all in the same directory.  The usage later in the
document (and normal go layout) would have them as subdirectories.

The new tree output was generated with the below:
(cd `mktemp -d`
    mkdir -p github.com/me/foo/{cmd/foo,pkg/baz}
    touch github.com/me/foo/{cmd/foo/main,pkg/baz/bar{_test,}}.go
    tree -n --noreport github.com/me/foo
)
2023-03-16 12:11:06 -07:00
..
api Documentation: fix typo and grammar issues (#3291) 2023-02-28 14:52:52 +01:00
cli Documentation: expand project layout to match usage (#3304) 2023-03-16 12:11:06 -07:00
installation Documentation: add homebrew installation instructions back again 2022-10-03 21:05:19 +02:00
internal Documentation: add notes on porting Delve to other architectures (#2666) 2021-08-20 09:32:56 -07:00
usage cmd/dlv: Add flag to replay for rr onprocess pid (#3281) 2023-03-01 11:28:32 -08:00
backend_test_health.md proc/native: fix FreeBSD backend (#3224) 2022-12-20 09:54:16 -08:00
EditorIntegration.md Add Debugger to UIs list in EditorIntegration (#3127) 2022-08-29 13:31:08 +02:00
faq.md Documentation: document how to debug runtime with Delve (#3234) 2023-01-03 09:23:26 -08:00
KnownBugs.md Doc: update KnownBugs and faq. (#2196) 2020-10-19 08:21:03 -07:00
README.md documentation: add gdlv to list of alternative UIs (#774) 2017-03-24 16:10:01 -07:00

Delve Documentation

Documentation for the project will reside in this directory.