Skip to content
Snippets Groups Projects
gosdn.go 362 B
Newer Older
  • Learn to ignore specific revisions
  • // Package ocdemo is a demonstration package for use in the
    // getting_started ygot demo.
    
    Martin Stiemerling's avatar
    Martin Stiemerling committed
    package gosdnyang
    
    
    // This file is a placeholder in order to ensure that Go does not
    // find this directory to contain an empty package. The structs
    // required for the getting started demo should be generated through
    // go generate within the getting_started directory.