|
|
|
|
|
by CamouflagedKiwi
240 days ago
|
|
That would also avoid the problem with this syntax, that it's not a valid Go file (it doesn't start with `package ...` and I don't think a bare top-level string is valid), which lots of editors will be pretty unhappy about. |
|