db2struct
db2struct copied to clipboard
command not found
how to use it? when haved get ths db2struct , i run the command like:
db2struct --host localhost -d test -t test_table --package myGoPackage --struct testTable -p --user testUser
in the gopath , i get the db2struct: command not found
@viyiu most likely the $GOPATH/bin is not in your $PATH variable. Try running $GOPATH/bin/db2struct --help.