Skip to content
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.

junhuif/gorm_unsupported_type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gorm unsupported type

Quick Started

# Get code
$ go get -u github.com/fengjh/gorm_unsupported_type

# Set environment variables
$ source .env

# Setup postgres database
$ postgres=# CREATE USER gorm_unsupported_type;
$ postgres=# CREATE DATABASE gorm_unsupported_type OWNER gorm_unsupported_type;

# Run Application
$ go test

About

A demo to reproduce a Gorm bug.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages