Skip to content

Instantly share code, notes, and snippets.

@jean-airoldie
Created September 13, 2018 00:11
Show Gist options
  • Save jean-airoldie/03f9cb0f4808d6158521f1a26ae49fcc to your computer and use it in GitHub Desktop.
Save jean-airoldie/03f9cb0f4808d6158521f1a26ae49fcc to your computer and use it in GitHub Desktop.
foo_bar schema file
namespace Foo.Bar;
struct Foo {
bar:float;
}
namespace Foo_Bar;
struct Foo {
bar:float;
}
namespace Foo__Bar;
struct Foo {
bar:float;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment