github.com/goplusjs/gopherjs@v1.2.6-0.20211206034512-f187917453b8/compiler/natives/doc.go (about)

     1  // Package natives provides native packages via a virtual filesystem.
     2  //
     3  // See documentation of parseAndAugment in github.com/gopherjs/gopherjs/build
     4  // for explanation of behavior used to augment the native packages using the files
     5  // in src subfolder.
     6  package natives
     7  
     8  import _ "github.com/shurcooL/vfsgen"
     9  
    10  //go:generate vfsgendev -source="github.com/goplusjs/gopherjs/compiler/natives".FS -tag=gopherjsdev