Skip to content

Commit fd01079

Browse files
committed
Update comments -- ping.go
1 parent f355158 commit fd01079

File tree

1 file changed

+7
-0
lines changed
  • internal/examples/basic/databases

1 file changed

+7
-0
lines changed

internal/examples/basic/databases/ping.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ import (
1111
)
1212

1313
// Ping は、 (*sql.DB).Ping の使い方についてのサンプルです.
14+
//
15+
// REFERENCES:
16+
// - https://pkg.go.dev/database/sql
17+
// - https://github.com/golang/go/wiki/SQLDrivers
18+
// - https://github.com/golang/go/wiki/SQLInterface
19+
// - http://go-database-sql.org/
20+
// - https://sourjp.github.io/posts/go-db/
1421
func Ping() error {
1522
var (
1623
rootCtx = context.Background()

0 commit comments

Comments
 (0)