github.com/goplusjs/gopherjs@v1.2.6-0.20211206034512-f187917453b8/build/unchk_embed.go (about)

     1  // +build !go1.16
     2  
     3  package build
     4  
     5  import (
     6  	"go/ast"
     7  	"go/token"
     8  )
     9  
    10  func (s *Session) checkEmbed(pkg *PackageData, fileSet *token.FileSet, files []*ast.File) (*ast.File, error) {
    11  	return nil, nil
    12  }