package
0.0.0-20240711123734-c091ff3b1106
Repository: https://github.com/hgsgtk/go-snippets.git
Documentation: pkg.go.dev

# README

Wire Tutorial provided public google/wire

https://github.com/google/wire/blob/master/_tutorial/README.md

Steps

  • install
go get github.com/google/wire/cmd/wire

その他

  • チュートリアル内のTBDって何...?
    • TBD = To Be Determined (現在未決定だが、将来決定する)

# Functions

add to return error.
an initializer for Greeter as well.
simple initializer that always returns a hard-coded message.

# Structs

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

# Type aliases

No description provided by the author