Projects STRLCPY redress Commits 51dbb9e9
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    info.go
    skipped 107 lines
    108 108   }
    109 109   defer f.Close()
    110 110   
     111 + if f.BuildInfo == nil {
     112 + fmt.Fprintf(os.Stderr, "No build info found in the file.\n")
     113 + return
     114 + }
     115 + 
    111 116   if f.BuildInfo.ModInfo == nil {
    112 117   fmt.Fprintf(os.Stderr, "No mod info found in the file.\n")
    113 118   return
    skipped 22 lines
Please wait...
Page is in error, reload to recover