No description
Find a file
g0rbe 886311c601
All checks were successful
go test / go-test (push) Successful in 49s
Go Report Card / generate-report (push) Successful in 6s
pkg.go.dev / pull-new-commit (push) Successful in 33s
Use indent to format the JSON
2026-01-29 23:33:54 +01:00
.github/workflows Add env variables 2025-11-13 17:35:29 +01:00
.gitignore Add gitignore file 2026-01-26 00:47:02 +01:00
admin.go Use indent to format the JSON 2026-01-29 23:33:54 +01:00
admin_test.go Update tests 2026-01-26 00:48:15 +01:00
customers.go Rewrite Admin 2025-12-10 11:17:40 +01:00
errors.go Add errors 2026-01-26 00:47:25 +01:00
go.mod Rewrite Admin 2025-12-10 11:17:40 +01:00
go.sum Rewrite Admin 2025-12-10 11:17:40 +01:00
keyfunc.go Rewrite Admin 2025-12-10 11:17:40 +01:00
LICENSE Initial commit 2025-05-13 04:03:19 +02:00
product.go Add Product ID and Variant ID iterators 2026-01-29 23:19:03 +01:00
products.go Add Product ID and Variant ID iterators 2026-01-29 23:19:03 +01:00
products_test.go Add Product ID and Variant ID iterators 2026-01-29 23:19:03 +01:00
README.md Update README 2025-09-01 12:47:14 +02:00
shippingprofile.go Complete rewrite 2025-09-22 15:04:19 +02:00
variant.go Complete rewrite 2025-09-22 15:04:19 +02:00

medusajs

Go Reference Go Report Card

go get git.gorbe.io/go/medusajs@latest

Get the latest commit (if Go module proxy is not updated):

go get "git.gorbe.io/go/medusajs@$(curl -s 'https://git.gorbe.io/api/v1/repos/go/medusajs/commits' | jq -r '.[0].sha')"