6 Commits

Author SHA1 Message Date
Jorropo
a5facaed4f Simplify default.go (#7963)
A while ago compiler explorer would only see exported functions of the
main package (and the main function).
I don't know when but at someone improved the flags passed to the go
compiler and it now sees all functions, even if you use the oldest go
compiler still supported.

Remove noise from the example and make it more like the C one.
2025-07-29 16:37:54 -05:00
RabsRincon
2e219a2294 Improve syntax highlight switching on AST and Opt 2018-03-28 22:23:06 +02:00
RabsRincon
43279a61ca Fix various points raised after code reviews
Some fixes, a great slam and then some
2017-12-09 11:19:45 +01:00
Rubén
6f7a4b8b4a Add D examples and beautify all examples names 2017-10-12 02:15:31 +02:00
Peter Bourgon
6b97e767b5 Fix example Go code 2015-02-20 10:45:43 +01:00
Matt Godbolt
1bc2be212b More go fiddlings 2015-02-19 09:17:18 -06:00