You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 12, 2025. It is now read-only.
here is my model
I am trying to parse the ip address which is in string format to type
pgtype.Inetin postgresql databaselike this when inserting into the database
we are told to parse the ip using
netpackage but this is error from thatI have also tried using
netpackage for the modelbut kept getting this error
so how do we store
inetvalues inside postgresql using GORM?