postests

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2018 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var C = func(a int, b ...int) (c int) { return 0 } /*End*/

FuncLit

View Source
var D = A{A: 0} /*End*/

CompositeLit

View Source
var E = (1 + 1) / 2

ParenExpr

View Source
var F = fmt.Sprint(0)

SelectorExpr

View Source
var G = []int{0}[0] /*End*/

IndexExpr

View Source
var H = []int{0}[1:2:3] /*End*/

SliceExpr(0)

View Source
var H1 = []int{0}[1:2] /*End*/

SliceExpr(1)

View Source
var H2 = []int{0}[:] /*End*/

SliceExpr(2)

View Source
var H3 = []int{0}[1:] /*End*/

SliceExpr(3)

View Source
var H4 = []int{0}[:2] /*End*/

SliceExpr(4)

View Source
var H5 = []int{0}[:2:3] /*End*/

SliceExpr(5)

View Source
var J = f.(int) /*End*/

TypeAssertExpr

View Source
var L = C(0, []int{}...) /*End*/

CallExpr

View Source
var N = *p /*End*/

StarExpr

View Source
var O = ^1 /*End*/

UnaryExpr

View Source
var P = 1 & 2 /*End*/

BinaryExpr

View Source
var Q = map[string]string{
	"a": "a",
}

KeyValueExpr

Functions

func B

func B(a ...int)

Ellipsis

func Z

func Z()

Types

type A

type A struct {
	A int `a:"a"` /*End*/
}

Field

type A1

type A1 struct {
	// contains filtered or unexported fields

} /*End*/

FieldList

type R

type R [1]int /*End*/

ArrayType

type S

type S struct {
	A int

} /*End*/

StructType

type T

type T func(a int) (b int) /*End*/

FuncType

type U

type U interface {
	A()

} /*End*/

InterfaceType

type V

type V map[int]int /*End*/

MapType

type W

type W chan int /*End*/

ChanType(0)

type X

type X <-chan int /*End*/

ChanType(1)

type Y

type Y chan<- int /*End*/

ChanType(2)

Jump to

Keyboard shortcuts

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