We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f355158 commit fd01079Copy full SHA for fd01079
internal/examples/basic/databases/ping.go
@@ -11,6 +11,13 @@ import (
11
)
12
13
// 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/
21
func Ping() error {
22
var (
23
rootCtx = context.Background()
0 commit comments