dumper

package module
v0.0.0-...-f3c273f Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2022 License: MIT Imports: 2 Imported by: 0

README

Introduction

Dumper is a library for printing pretty dump to stdout.

Installation

go get github.com/gonevo/dumper

Example

package main

import (
	"github.com/gonevo/dumper"
)

func main() {
	variable := "I'm value of any type"
	dumper.DD(variable)
}

Methods

dumper.D() prints pretty dump to stdout only.
dumper.DD() prints pretty dump to stdout and die.

License

The dumper library is open-sourced software licensed under the MIT license.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func D

func D(v ...interface{})

D prints pretty dump to stdout only.

func DD

func DD(v ...interface{})

DD prints pretty dump to stdout and die.

Types

This section is empty.

Jump to

Keyboard shortcuts

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