mypkg

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

github.com/devlights/try-golang/basic/scope 用のテストデータが定義されています。

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HasNoPublicFields

type HasNoPublicFields struct {
	// contains filtered or unexported fields
}

サンプル用の構造体 private な フィールドを持つ

func (*HasNoPublicFields) GetValues

func (h *HasNoPublicFields) GetValues() string

type HasPublicFields

type HasPublicFields struct {
	Val1 int
	Val2 string
}

サンプル用の構造体 public な フィールドを持つ

func (*HasPublicFields) GetValues

func (h *HasPublicFields) GetValues() string

type ICanDisplayValues

type ICanDisplayValues interface {
	GetValues() string
}

サンプル用インターフェース

Jump to

Keyboard shortcuts

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