go-template icon indicating copy to clipboard operation
go-template copied to clipboard

Template for Go projects

Results 10 go-template issues
Sort by recently updated
recently updated
newest added

https://github.com/uber-go/nilaway

## 📝 Summary Implement basic prometheus metrics endpoint. ## ⛱ Motivation and Context Most of the time we will want to be able to observe the internal state of the...

Metrics examples should include: 1. all metrics defined in a single place (instead of scattered around handlers and methods) 2. easy addition to specific metrics

next up

See also https://github.com/flashbots/mev-boost-relay/blob/main/docs/docs/20230619-startup-shutdown-zero-downtime-deployments.md Review httpserver shutdown in light of that post.

next up

https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/go_push/

discuss

Consider: Example for serving website based on template + CSS

idea

Currently using https://github.com/flashbots/go-utils/blob/main/httplogger/httplogger.go#L80 - which is very good. Perhaps take inspiration from https://github.com/go-chi/httplog/blob/master/httplog.go ?

idea

https://github.com/golang/go/issues/65568#issuecomment-1944131932

## Summary - Migrates golangci-lint configuration to v2 schema - Optimizes CI by using golangci-lint-action@v8 (eliminates 93s compilation time) - Implements tools.go pattern for version consistency between local and CI...

This pull request introduces comprehensive updates to the release workflow, packaging system, and reproducibility features for the project. Key changes include enhancements to the GitHub Actions workflow for releases, a...