replace_timenow_with_golinkname_directive

command
v0.5.20 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: MIT Imports: 3 Imported by: 0

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

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