golang.org/x/playground@v0.0.0-20230418134305-14ebe15bcd59/examples/README.md (about) 1 # Playground Examples 2 3 Add examples to the playground by adding files to this directory with the 4 `.txt` file extension. Examples with file names ending in `.gotip.txt` are only 5 displayed on the gotip playground. 6 7 Each example must start with a line beginning with "// Title:", specifying the 8 title of the example in the selection menu. This title line will be stripped 9 from the example before serving.