mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
Updated FileTreeDocumentation (markdown)
parent
4b64714191
commit
1842d8e0de
@ -8,7 +8,22 @@ The Go project itself contains a number of subdirectories. This document will pr
|
|||||||
- [doc](#doc)
|
- [doc](#doc)
|
||||||
- [lib](#lib)
|
- [lib](#lib)
|
||||||
- [misc](#misc)
|
- [misc](#misc)
|
||||||
|
- [android](#miscandroid)
|
||||||
|
- [arm](#miscarm)
|
||||||
|
- [cgo](#misccgo)
|
||||||
|
- [chrome](#miscchrome)
|
||||||
|
- [git](#miscgit)
|
||||||
|
- [ios](#miscios)
|
||||||
|
- [linkcheck](#misclinkcheck)
|
||||||
|
- [nacl](#miscnacl)
|
||||||
|
- [sortac](#miscsortac)
|
||||||
|
- [swig](#miscswig)
|
||||||
|
- [tour](#misctour)
|
||||||
|
- [trace](#misctrace)
|
||||||
- [pkg](#pkg)
|
- [pkg](#pkg)
|
||||||
|
- [include](#pkginclude)
|
||||||
|
- [obj](#pkgobj)
|
||||||
|
- [tool](#pkgtool)
|
||||||
- [src](#src)
|
- [src](#src)
|
||||||
- [test](#test)
|
- [test](#test)
|
||||||
|
|
||||||
@ -34,8 +49,38 @@ The `lib` directory contains a single subdirectory `lib/time` which contains a c
|
|||||||
|
|
||||||
## misc
|
## misc
|
||||||
|
|
||||||
|
### misc/android
|
||||||
|
|
||||||
|
### misc/arm
|
||||||
|
|
||||||
|
### misc/cgo
|
||||||
|
|
||||||
|
### misc/chrome
|
||||||
|
|
||||||
|
### misc/git
|
||||||
|
|
||||||
|
### misc/ios
|
||||||
|
|
||||||
|
### misc/linkcheck
|
||||||
|
|
||||||
|
### misc/nacl
|
||||||
|
|
||||||
|
### misc/sortac
|
||||||
|
|
||||||
|
### misc/swig
|
||||||
|
|
||||||
|
### misc/tour
|
||||||
|
|
||||||
|
### misc/trace
|
||||||
|
|
||||||
## pkg
|
## pkg
|
||||||
|
|
||||||
|
### pkg/include
|
||||||
|
|
||||||
|
### pkg/obj
|
||||||
|
|
||||||
|
### pkg/tool
|
||||||
|
|
||||||
## src
|
## src
|
||||||
|
|
||||||
The `src` directory contains the source code for the standard library and, in `src/cmd`, tool chain.
|
The `src` directory contains the source code for the standard library and, in `src/cmd`, tool chain.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user