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

# README

サンプルリスト

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

fileexample namenote
sync.gohelloworld_syncGO言語でのHelloWorldサンプル (同期版)
async.gohelloworld_asyncGO言語でのHelloWorldサンプル (非同期版)
async2.gohelloworld_async2GO言語でのHelloWorldサンプル (非同期版)(2)
mixed.gohelloworld_mixed同期と非同期の両方で同じことをするサンプル

# Packages

No description provided by the author
No description provided by the author

# Functions

Async -- HelloWorld 非同期版.
Mixed -- 同期と非同期の両方で同じことをするサンプル.
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。.
Sync -- GO言語でのHelloWorldサンプル (同期版).