package
0.5.36
Repository: https://github.com/devlights/try-golang.git
Documentation: pkg.go.dev

# README

サンプルリスト

このディレクトリには以下のサンプルがあります。

fileexample namenote
reader_from_byteslice.gobyteop_reader_from_byteslice[]byte から io.Reader を生成するサンプルです.
using_repeat.gobyteop_using_repeatbytes.Repeat() のサンプルです
cut_prefix_suffix.gobyteop_cut_prefix_suffixbytes.{CutPrefix,CutSuffix} のサンプルです.
go124_bytes_lines.gobyteop_go124_bytes_linesGo 1.24 で追加された bytes.Lines() のサンプルです.

# Functions

CutPrefixSuffix は、Go 1.20 で追加された bytes.{CutPrefix,CutSuffix} のサンプルです.
Go124BytesLines は、Go 1.24 で追加された bytes.Lines() のサンプルです.
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。.
ReaderFromByteSlice -- []byte から io.Reader を生成するサンプルです.
UsingRepeat は、bytes.Repeat() のサンプルです.