SaaSHub helps you find the best software and product alternatives Learn more →
Pkgsite Alternatives
Similar projects and alternatives to pkgsite
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
-
-
Mattermost
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle..
-
-
-
-
-
-
-
Camlistore
Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
-
wild-workouts-go-ddd-example
Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
-
-
-
-
-
golds
An experimental Go local docs server/generator and code reader implemented with some fresh ideas.
-
pkgsite discussion
pkgsite reviews and mentions
-
Some Go web dev notes
Massively underrated. It's actually used to build the pkg.go.dev website itself.
https://github.com/golang/pkgsite
-
Transitioning from more traditional OOP like C# to Go, what are the biggest coding style differences.
Reading the standard library will give you ideas/insight about various Go idiomatic patterns/approaches, and you can see a full website/API implementation in the pkg.go.dev repository (https://github.com/golang/pkgsite). Projects like https://github.com/etcd-io/etcd may be interesting too.
- What are well-developed web applications in Golang?
- Question about storing everything in an application struct in a web app
-
Mocking database queries - ask for opinion
Let's look at some real codebase for an example on how to write database tests without mocking. The source code for the Go package discovery site(https://pkg.go.dev/) is available at[1] That site uses postgres as its primary database[2]. The database package has a method called GetLatestInfo[3] that fetches the latest versions of a module. That method is called from the frontend http handlers[4] via an interface[5] When it comes to testing that frontend handler, you would expect the tests to use a mock implementation of that interface method. But that's not what they do, instead they use a real postgres database in the test[6].
-
Is there any conventionally accepted repo that is representative of well designed go code ?
The code behind pkg.go.dev is also open-source and might be an interesting read.
-
Generate godoc for pkg with generics
BTW, the number of dependencies of pkgsite surprises me: https://github.com/golang/pkgsite/blob/master/go.mod
-
Good example projects to look through? + a good number of other questions - sorry
The source for Go's pkg site has been helpful to me https://github.com/golang/pkgsite
- Looking for production-grade web app examples
-
Best courses to learn Go for backend?
In my unpopular opinion, the go net/http is good enough to develop the web http application. The standard API is clean and well-documented. One of example is the pkgsite (https://github.com/golang/pkgsite).
-
A note from our sponsor - SaaSHub
www.saashub.com | 3 Dec 2024
Stats
golang/pkgsite is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of pkgsite is Go.