mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 23:43:16 -06:00
start moving to bun
This commit is contained in:
parent
071eca20ce
commit
29b4adfb69
175 changed files with 16045 additions and 945 deletions
6
vendor/github.com/uptrace/bun/version.go
generated
vendored
Normal file
6
vendor/github.com/uptrace/bun/version.go
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package bun
|
||||
|
||||
// Version is the current release version.
|
||||
func Version() string {
|
||||
return "0.4.3"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue