Blog Bintray Sunset

Into the Sunset on May 1st: Bintray, GoCenter, and ChartCenter

UPDATE 7/2/2024: After over three years of maintaining JCenter as a read-only repository for legacy Java packages, JFrog is moving forward with an official sunset of JCenter, and, in coordination with Maven Central, will begin automatically redirecting all JCenter requests to the Maven Central Repository. The first of several service brown-outs is scheduled for July …

Find the Path to Go Module Major Versions With GoCenter

UPDATE: As of May 1, 2021 – GoCenter central repository has been sunset and all features will be deprecated. For more information on the sunsetting of the centers read the deprecation blog post   How many major versions of a given Go module are there? That simple question doesn’t always have an easy-to-discover answer. Golang’s …

blog

Top Go Modules: Writing Unit Tests with Testify

UPDATE: As of May 1, 2021 – GoCenter central repository has been sunset and all features will be deprecated. For more information on the sunsetting of the centers read the deprecation blog post     Every month GoCenter awards top performing modules a Gopher Badge as a mark of achievement. We’re writing about some of …

Blog

Top Go Modules: Golang Web APIs with GORM

UPDATE: As of May 1, 2021 – GoCenter central repository has been sunset and all features will be deprecated. For more information on the sunsetting of the centers read the deprecation blog post   Every month GoCenter awards top performing modules a Gopher Badge as a mark of achievement. We’re writing about some of these …

Godoc in GoCenter Tells A Go Module’s Story

  UPDATE: As of May 1, 2021 – GoCenter central repository has been sunset and all features will be deprecated. For more information on the sunsetting of the centers read the deprecation blog post     Using an open-source Go module from the community of other developers can be like going on a blind date. …