Documentation ¶
Overview ¶
Package heredoc_dot is the set of shortcuts for dot import.
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.