github.com/snowflakedb/gosnowflake@v1.9.0/.github/ISSUE_TEMPLATE.md (about) 1 ### Issue description 2 Tell us what should happen and what happens instead 3 4 ### Example code 5 ```go 6 If possible, please enter some example code here to reproduce the issue. 7 ``` 8 9 ### Error log 10 ``` 11 If you have an error log, please paste it here. 12 ``` 13 Add ``glog` option to your application to collect log files. 14 15 ### Configuration 16 *Driver version (or git SHA):* 17 18 *Go version:* run `go version` in your console 19 20 *Server version:* E.g. 1.90.1 21 You may get the server version by running a query: 22 ``` 23 SELECT CURRENT_VERSION(); 24 ``` 25 26 *Client OS:* E.g. Debian 8.1 (Jessie), Windows 10