Source file src/cmd/go/internal/doc/pkgsite_bootstrap.go

     1  // Copyright 2025 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  //go:build cmd_go_bootstrap
     6  
     7  // Don't build the pkgsite code into go_bootstrap because it depends on net.
     8  
     9  package doc
    10  
    11  func doPkgsite(string) error { return nil }
    12  

View as plain text