Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for inode (0.09 sec)

  1. src/go/format/format.go

    			// We should never get here. If we do, provide good diagnostic.
    			return fmt.Errorf("format.Node internal error (%s)", err)
    		}
    		ast.SortImports(fset, file)
    
    		// Use new file with sorted imports.
    		node = file
    		if cnode != nil {
    			node = &printer.CommentedNode{Node: file, Comments: cnode.Comments}
    		}
    	}
    
    	return config.Fprint(dst, fset, node)
    }
    
    // Source formats src in canonical gofmt style and returns the result
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 4.3K bytes
    - Viewed (0)
Back to top