daixiang0 / gci

GCI, a tool that control golang package import order and make it always deterministic.
BSD 3-Clause "New" or "Revised" License
433 stars 62 forks source link

fix: scrape all goos/goarch pair for stdlib #208

Open Zxilly opened 5 months ago

Zxilly commented 5 months ago

Closes: #209

Now syscall/js can be recognized correctly.

Zxilly commented 1 month ago

@daixiang0 hello, any updates?

Zxilly commented 2 weeks ago

The patches you suggested are great, I'll apply those when I touch my computer. But it seems that the author hasn't responded for a long time and I don't know if he still concerns himself with this project.

daixiang0 commented 1 week ago

@Zxilly thanks for care, could you update then we can make it land.

Zxilly commented 1 week ago

Done

daixiang0 commented 1 week ago

@Zxilly Please fix lint issue.