counter

package
v0.0.0-...-d153a89 Latest Latest
Warning

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

Go to latest
Published: May 24, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

*

  • 下記のシグニチャを持つ関数 CountingWriter を書きなさい。
  • io.Writer が与えられたなら、それを含む新たな Writer と int64 変数へのポインタを返します。
  • その変数は新たな Writer に書き込まれたバイト数を常に保持しています。 *
  • func CountingWriter(w io.Writer) (io.Writer, *int64)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CountingWriter

func CountingWriter(w io.Writer) (io.Writer, *int64)

Types

This section is empty.

Jump to

Keyboard shortcuts

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