aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/internal/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/sql/internal/types.go')
-rw-r--r--src/database/sql/internal/types.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/database/sql/internal/types.go b/src/database/sql/internal/types.go
deleted file mode 100644
index 1895144cb2..0000000000
--- a/src/database/sql/internal/types.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2016 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package internal
-
-// Context keys that set transaction properties for sql.BeginContext.
-type (
- IsolationLevelKey struct{} // context value is driver.IsolationLevel
- ReadOnlyKey struct{} // context value is bool
-)