Discover Packages
github.com/smith-30/strsql
cmd
package
Version:
v0.0.0-...-192f8a9
Opens a new window with list of versions in this module.
Published: Mar 13, 2021
License: MIT
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Execute adds all child commands to the root command and sets flags appropriately.
This is called by main.main(). It only needs to happen once to the rootCmd.
type Another struct {
ID string `gorm:"primary_key"`
Name string
}
type User struct {
ID string `gorm:"primary_key"`
Name string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.