xorm/integrations/engine_db2_test.go

12 lines
242 B
Go

// Copyright 2018 The Xorm Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build db2
package integrations
import (
_ "github.com/ibmdb/go_ibm_db"
)