Skip to content

サンプルコードが不完全 #29

@azul915

Description

@azul915

ページ番号:p211(初版)
セクション番号:9.5.1
内容タイトル:ドライバーを使ってクエリーをロギング
誤っている内容:

  • type PgTableの宣言が存在しない

正しい内容:

  • 宣言が同パッケージ内に必要
type PgTable struct {
	SchemaName string
	TableName  string
}

その他コメント:

  • main関数を実行して動くことを前提としているサンプルコードであるなら必要と考えます

Metadata

Metadata

Assignees

Labels

updaterevise in future reprint

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions