mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-27 17:41:57 +00:00
8 lines
223 B
Go
8 lines
223 B
Go
package data
|
|
|
|
import shared "github.com/sstent/go-garth/shared/interfaces"
|
|
|
|
// Alias shared BaseData and Data into internal/data for backward compatibility with tests
|
|
type BaseData = shared.BaseData
|
|
type Data = shared.Data
|