stdout

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

標準出力についてのサンプルが配置されているパッケージです。

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRegister added in v0.2.0

func NewRegister() interfaces.Register

func Printf01

func Printf01() error

標準出力についてのサンプル

func Printf02

func Printf02() error

標準出力についてのサンプル

func Printf03

func Printf03() error

標準出力についてのサンプル

func Println01

func Println01() error

標準出力についてのサンプル

Types

type MyData

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

サンプル用の構造体

func (*MyData) GetValue

func (m *MyData) GetValue() string

慣習として メソッドレシーバーの名前は構造体名の先頭一文字にする模様。 self や this にすると警告が表示される

https://qiita.com/hnakamur/items/c99e3048f8902702a5a1

func (*MyData) GetValue2

func (m *MyData) GetValue2() string

func (*MyData) GetValue3

func (m *MyData) GetValue3() string

func (*MyData) GetValue4

func (m *MyData) GetValue4() string

type MyType

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

Jump to

Keyboard shortcuts

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