9fans.net/go@v0.0.7/cmd/internal/base/dat.h.go (about)

     1  package base
     2  
     3  type Mntdir struct {
     4  	ID   int
     5  	Ref  int
     6  	Dir  []rune
     7  	Next *Mntdir
     8  	// Incl holds include directories as added by the Incl command.
     9  	// This is present so that warning messages issued by
    10  	// commands can create windows that have the correct
    11  	// include directories (see ../../acme/acme.go:/<-exec.Ccommand)
    12  	Incl [][]rune
    13  }