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

# README

サンプルリスト

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

fileexample namenote
filepath_walk.gofilepath_walkfilepaths.Walk() のサンプルです.
filepath_glob.gofilepath_globfilepath.Glob() の動作についてのサンプルです.
exclude_suffix.gofilepath_exclude_suffixファイル名から拡張子を除いた値を取得するサンプルです.