Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetModulePath ¶
GetModulePath ets the path of the project containing go.mod upwards from the current directory.
func UnsafeToBytes ¶
UnsafeToBytes converts string to a byte slice without memory allocation.
Note it may break if string and/or slice header will change in the future go versions.
func UnsafeToString ¶
UnsafeToString converts byte slice to a string without memory allocation. See https://groups.google.com/forum/#!msg/Golang-Nuts/ENgbUzYvCuU/90yGx7GUAgAJ .
Note it may break if string and/or slice header will change in the future go versions.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.