ex01

command
v0.0.0-...-c93e153 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2018 License: MIT Imports: 3 Imported by: 0

README

Q4.1 : タイマー

timeパッケージのtime.After(duration)により、指定した時間後に時刻データを流すチャネルが得られます。引数のdurationには時間間隔を表すtime.Duration型で、10 * time.Scoundで10秒になります。
time.After(duration)を使って、決まった時間を測るタイマーを作ってみましょう。

Result

$ gor timer.go
Passed 5 secounds

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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