index
:
chuix.git
fix-out-of-tree-make
python-team-django-6
zabbix-upgrade
guix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
guix
/
import
/
go.scm
Age
Commit message (
Expand
)
Author
2025-12-27
guix: import: go: Sort inputs alphabetically.
Patrick Norton
2025-10-01
import: go: Remove uneeded autoloads.
Nicolas Graves
2025-09-24
import: utils: Add function git->origin.
Nicolas Graves via Guix-patches via
2025-09-18
Reapply "Update Maxim's email address."
Maxim Cournoyer
2025-09-18
Revert "Update Maxim's email address."
Maxim Cournoyer
2025-09-18
Update Maxim's email address.
Maxim Cournoyer
2025-02-19
guix: Fix some misspellings.
Efraim Flashner
2025-01-12
import/go: Fix #:go formation.
Sharlatan Hellseher
2025-01-06
import: go: Warn instead of error out when Git fails.
Simon Tournier
2024-11-09
guix: Add copyright records.
Sharlatan Hellseher
2024-11-09
import/go: Add diagnostics.
Christina O'Donnell
2024-11-09
import/go: Account for monorepo modules in the Go importer.
Christina O'Donnell
2024-11-09
import/go: Add comment about monorepo.
Sharlatan Hellseher
2023-12-16
guix: import: Report go version for go importer.
Efraim Flashner
2023-12-16
guix: import: Don't include indirect dependencies in go.
Efraim Flashner
2023-03-13
guix: Strip #:use-module lists.
Ludovic Courtès
2022-12-31
import/utils: Pass all arguments through to package builder.
Lars-Dominik Braun
2022-01-09
import: go: Correctly report diagnostics upon version mismatch.
Ludovic Courtès
2022-01-06
import: Factorize file hashing.
Sarah Morgensen
2021-10-04
import: go: Recognize major version suffixes.
Sarah Morgensen
2021-10-04
import: go: Handle extra whitespace in "go-import" meta tags.
Sarah Morgensen
2021-09-18
import: go: Match "go-import" meta tags anywhere.
Sarah Morgensen
2021-09-18
import: go: Improve handling of modules in VCS subdirectories.
Sarah Morgensen
2021-09-07
import: go: Fix import when import path redirects.
Sarah Morgensen
2021-09-01
import: go: Improve error handling.
zimoun
2021-09-01
import: go: Return false for package not found.
Sarah Morgensen
2021-07-18
import: go: Fix indentation.
Maxim Cournoyer
2021-07-18
import: go: Upgrade go.mod parser.
Sarah Morgensen
2021-07-17
import: go: Handle multiple go-import meta tags.
Sarah Morgensen via Guix-patches via
2021-07-17
import: go: Fix parsing of pkg.go.dev licenses after site update.
Sarah Morgensen via Guix-patches via
2021-07-05
import: go: Replace tildes with hyphens in package names.
Sarah Morgensen
2021-06-28
import: go: Fix match-error in 'go-package-description'
Sarah Morgensen via Guix-patches via
2021-04-23
import: go: Autoload (htmlprag).
Ludovic Courtès
2021-04-23
import: go: Do not set '%strict-tokenizer?' from the top level.
Ludovic Courtès
2021-04-09
import: go: Append version to symbol name in the pinned version mode.
Maxim Cournoyer
2021-04-09
import: go: Add an option to use pinned versions.
Maxim Cournoyer
2021-04-09
import: go: Improve synopsis and description parsing.
Maxim Cournoyer
2021-04-04
import: go: Replace underscores with hyphens in package names.
Xinglu Chen
2021-03-10
import: go: Compute the hash of Git checkouts.
Ludovic Courtès
2021-03-10
import: Add Go importer.
Katherine Cox-Buday