8fdafs2
8fdafs2
In the beblow case, the two unique constraints might not be constructed correctly in SQL. ```go type Test struct { tableName struct{} `pg:"tests"` ID int KeyAID int `pg:",unique:g1"` KeyBID int...
I cannot build or run until I changed the `'` to `\"` in shell_cmd lines in GFortran.sublime-build. Have no idea it's only my machine's problem or this issue has occurred...
The gfortran is already in system path and I also tried putting its path in linter setting file. Either way it's not working.
There is a READ (_,_) in the program to get two numbers in order to continue calculation. I tried typing in the two numbers in the output panel then hit...
Update the example code (the most important reference material for beginners) comments to reflect the correct parameter order of `setAxes()`.