Skip to content

Commit

Permalink
chore: go -> gno
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz committed Oct 11, 2024
1 parent 457b0c9 commit 59a752a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnovm/pkg/packages/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type Package struct {
Dir string `json:",omitempty"` // directory containing package sources
ImportPath string `json:",omitempty"` // import path of package in dir
Name string `json:",omitempty"` // package name
Root string `json:",omitempty"` // Go root, Go path dir, or module root dir containing this package
Root string `json:",omitempty"` // Gno root, Gno path dir, or module root dir containing this package
Module Module `json:",omitempty"` // info about package's module, if any
Match []string `json:",omitempty"` // command-line patterns matching this package
GnoFiles []string `json:",omitempty"` // .gno source files (TestGnoFiles, FiletestGnoFiles)
Expand Down

0 comments on commit 59a752a

Please sign in to comment.