heredoc_dot

package
v2.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2019 License: MIT Imports: 1 Imported by: 0

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/v2/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

func D

func D(raw string) string

Shortcut heredoc.Doc.

func Df

func Df(raw string, args ...interface{}) string

Shortcut heredoc.Docf.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL