xorm/oracle_test.go

12 lines
236 B
Go
Raw Normal View History

2019-02-03 10:56:45 +00:00
// Copyright 20190 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 oracle
package xorm
import (
_ "github.com/mattn/go-oci8"
)