2
0

Go 1.19 go fmt

This commit is contained in:
Jack Christensen
2022-08-06 06:20:50 -05:00
parent 7ad36f386d
commit f3e04b28cc
4 changed files with 17 additions and 15 deletions
+4 -4
View File
@@ -56,10 +56,10 @@ func (o *LargeObjects) Unlink(ctx context.Context, oid uint32) error {
// A LargeObject is a large object stored on the server. It is only valid within the transaction that it was initialized
// in. It uses the context it was initialized with for all operations. It implements these interfaces:
//
// io.Writer
// io.Reader
// io.Seeker
// io.Closer
// io.Writer
// io.Reader
// io.Seeker
// io.Closer
type LargeObject struct {
ctx context.Context
tx Tx