Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: daixiang0/gci
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.6
Choose a base ref
...
head repository: daixiang0/gci
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.7
Choose a head ref
  • 5 commits
  • 17 files changed
  • 4 contributors

Commits on Mar 31, 2025

  1. fix: scrape all goos/goarch pair for stdlib (#208)

    * fix: scrape all goos/goarch pair for stdlib
    
    Signed-off-by: Zxilly <[email protected]>
    
    * perf: init pkgs with size
    
    Co-authored-by: Oleksandr Redko <[email protected]>
    Signed-off-by: Zxilly <[email protected]>
    
    * feat: use errgroup instead
    
    Signed-off-by: Zxilly <[email protected]>
    
    * chore: simplify string compare
    
    Co-authored-by: Oleksandr Redko <[email protected]>
    Signed-off-by: Zxilly <[email protected]>
    
    * fix: update import
    
    Signed-off-by: Zxilly <[email protected]>
    
    * chore: use strings.Cut
    
    Co-authored-by: Oleksandr Redko <[email protected]>
    Signed-off-by: Zxilly <[email protected]>
    
    Co-authored-by: Oleksandr Redko <[email protected]>
    Signed-off-by: Zxilly <[email protected]>
    
    ---------
    
    Signed-off-by: Zxilly <[email protected]>
    Co-authored-by: Oleksandr Redko <[email protected]>
    Zxilly and alexandear authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    7515d24 View commit details
    Browse the repository at this point in the history
  2. feat: get module info from pass (#221)

    Signed-off-by: Fernandez Ludovic <[email protected]>
    ldez authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    e67c7db View commit details
    Browse the repository at this point in the history
  3. chore: remove analyzer (#222)

    * fix: add missing flags
    
    Signed-off-by: Fernandez Ludovic <[email protected]>
    
    * fix: prefix section parsing
    
    Signed-off-by: Fernandez Ludovic <[email protected]>
    
    * fix: add an human understanable report message
    
    Signed-off-by: Fernandez Ludovic <[email protected]>
    
    * fix: golangci-lint configuration
    
    Signed-off-by: Fernandez Ludovic <[email protected]>
    
    * chore: remove analyzer
    
    Signed-off-by: Fernandez Ludovic <[email protected]>
    
    * chore: clean workflow
    
    Signed-off-by: Fernandez Ludovic <[email protected]>
    
    * chore: split workflow
    
    Signed-off-by: Fernandez Ludovic <[email protected]>
    
    ---------
    
    Signed-off-by: Fernandez Ludovic <[email protected]>
    ldez authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    c4f6899 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. feat: update standard list to go1.25 (#233)

    Signed-off-by: Fernandez Ludovic <[email protected]>
    ldez authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    804e044 View commit details
    Browse the repository at this point in the history
  2. bump up version (#234)

    Signed-off-by: Long <[email protected]>
    daixiang0 authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    5f21bee View commit details
    Browse the repository at this point in the history
Loading