scripts: imp docs
This commit is contained in:
parent
1dbc784982
commit
9e781ff18d
|
@ -52,12 +52,14 @@ set -f -u
|
||||||
#
|
#
|
||||||
# * Package sort is replaced by package slices.
|
# * Package sort is replaced by package slices.
|
||||||
#
|
#
|
||||||
# * Package unsafe is… unsafe. The only exception is Windows-specific code
|
# * Package unsafe is… unsafe.
|
||||||
# due to golang.org/x/sys/windows API design.
|
|
||||||
#
|
#
|
||||||
# Currently, the only standard exception are files generated from protobuf
|
# If your project needs more exceptions, add and document them. Currently,
|
||||||
# schemas, which use package reflect. If your project needs more exceptions,
|
# there are only two standard exceptions:
|
||||||
# add and document them.
|
#
|
||||||
|
# * Files generated from protobuf schemas, which use package reflect.
|
||||||
|
#
|
||||||
|
# * Windows-specific code caused to golang.org/x/sys/windows API design.
|
||||||
#
|
#
|
||||||
# TODO(a.garipov): Add golibs/log.
|
# TODO(a.garipov): Add golibs/log.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue