xorm/integrations/oracle_test.go

12 lines
244 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
2020-03-27 09:28:31 +00:00
package integrations
2019-02-03 10:56:45 +00:00
import (
_ "github.com/mattn/go-oci8"
)