example_sandbox_test.go 94 B

1234567
  1. package examples
  2. func ExampleSandbox() {
  3. Sandbox()
  4. // Output: Welcome to the playground!
  5. }