Update dependencies (#5518)
This commit is contained in:
11
vendor/github.com/go-gorp/gorp/v3/doc.go
generated
vendored
Normal file
11
vendor/github.com/go-gorp/gorp/v3/doc.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright 2012 James Cooper. All rights reserved.
|
||||
// Use of this source code is governed by a MIT-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package gorp provides a simple way to marshal Go structs to and from
|
||||
// SQL databases. It uses the database/sql package, and should work with any
|
||||
// compliant database/sql driver.
|
||||
//
|
||||
// Source code and project home:
|
||||
// https://github.com/go-gorp/gorp
|
||||
package gorp
|
||||
Reference in New Issue
Block a user