package
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: Aug 25, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
サンプルリスト
このディレクトリには以下のサンプルがあります。
file |
example name |
note |
time_since.go |
time_since |
time.Since() のサンプルです. |
time_after.go |
time_after |
time.After() のサンプルです. |
time_unix_to_time.go |
time_unix_to_time |
time.Unix(sec, nsec) のサンプルです. |
time_now.go |
time_now |
time.Now() のサンプルです. |
time_parse.go |
time_parse |
time.Parse() のサンプルです. |
Documentation
¶
Package times -- パッケージに関するサンプルが配置されています。
NewRegister -- このパッケージ用のサンプルを登録する mappings.Register を生成します。
TimeAfter は、 time.After() のサンプルです.
TimeNow は、 time.Now() のサンプルです.
TimeParse は、 time.Parse() のサンプルです.
TimeSince は、 time.Since() のサンプルです.
func TimeUnixToTime() error
TimeUnixToTime は、 time.Unix(sec, nsec) のサンプルです.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.