command
Version:
v0.5.20
Opens a new window with list of versions in this module.
Published: May 9, 2024
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
¶
これは何?
go:linknameコンパイラディレクティブ を利用して
time.Now()
を置き換えるサンプルです。参考情報に上げているサイトの記事がとても勉強になりました。
実行すると以下のようになります。
$ task
task: [build] go build -o app
task: [default] ./app
2000-01-01 00:00:00 +0000 UTC
time.Now()
の結果を固定日時になるように置き換えているので、どのタイミングでtime.Now()を呼んでも同じ日時となります。
参考情報
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.