Documentation ¶
Overview ¶
Package heredoc_dot is the set of shortcuts for dot import.
It is useful for using in test, but I don't recommend to use this in production code. See https://github.com/golang/lint/issues/179.
For example:
package main import ( "fmt" "runtime" . "github.com/MakeNowJust/heredoc/dot" ) func main() { fmt.Printf(D(` GOROOT: %s GOARCH: %s GOOS : %s `), runtime.GOROOT(), runtime.GOARCH, runtime.GOOS) }
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.