package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Mar 1, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BadAutoInc struct {
ID string `db:"autoincrement"`
}
type BadTime struct {
CreatedAt time.Time
}
type Order struct {
ID string `db:"pk"`
UserID int `db:"ref=users:id"`
Total float64
}
type Unsupp struct {
Ch chan int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.