├── .gitignore ├── LICENSE ├── README.md ├── WorkspaceONE_Query_PostgreSQL.go ├── frsocks.go ├── vCenter_Query_PostgreSQL.go └── windows_build.bat /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3gstudent/Homework-of-Go/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3gstudent/Homework-of-Go/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3gstudent/Homework-of-Go/HEAD/README.md -------------------------------------------------------------------------------- /WorkspaceONE_Query_PostgreSQL.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3gstudent/Homework-of-Go/HEAD/WorkspaceONE_Query_PostgreSQL.go -------------------------------------------------------------------------------- /frsocks.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3gstudent/Homework-of-Go/HEAD/frsocks.go -------------------------------------------------------------------------------- /vCenter_Query_PostgreSQL.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3gstudent/Homework-of-Go/HEAD/vCenter_Query_PostgreSQL.go -------------------------------------------------------------------------------- /windows_build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3gstudent/Homework-of-Go/HEAD/windows_build.bat --------------------------------------------------------------------------------