heredoc_dot

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2015 License: MIT, Apache-2.0 Imports: 1 Imported by: 0

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

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