[PR #101] [CLOSED] F fix deprecated package #133

Closed
opened 2026-02-28 14:16:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/abh/geodns/pull/101
Author: @tameem92
Created: 4/11/2017
Status: Closed

Base: masterHead: f_fix_deprecated_package


📝 Commits (4)

  • 231bed3 add support for logging to file. Uses a buffer for better performance
  • b818207 Clarify log level usage: rename logPrintln to logDebug, add logError
  • 09c0f74 Add support for sending metrics to StatsD
  • 596fb54 Fix the deprecated package import path:

📊 Changes

9 files changed (+159 additions, -18 deletions)

View changed files

📝 config.go (+9 -4)
📝 dns/geodns.conf.sample (+5 -0)
📝 geodns.go (+19 -3)
📝 geoip.go (+3 -3)
📝 log.go (+7 -2)
📝 serve.go (+8 -5)
statsd.go (+106 -0)
📝 zone.go (+1 -0)
📝 zones.go (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/abh/geodns/pull/101 **Author:** [@tameem92](https://github.com/tameem92) **Created:** 4/11/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `f_fix_deprecated_package` --- ### 📝 Commits (4) - [`231bed3`](https://github.com/abh/geodns/commit/231bed3232c5e73963715b630032fd053849b8c9) add support for logging to file. Uses a buffer for better performance - [`b818207`](https://github.com/abh/geodns/commit/b818207f281290c981a2f361d22d842be932efe6) Clarify log level usage: rename logPrintln to logDebug, add logError - [`09c0f74`](https://github.com/abh/geodns/commit/09c0f742c1ce3dfb51709459d34df85be75664f1) Add support for sending metrics to StatsD - [`596fb54`](https://github.com/abh/geodns/commit/596fb54d9605c2e6a66624e2f70c4a2074d567dc) Fix the deprecated package import path: ### 📊 Changes **9 files changed** (+159 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `config.go` (+9 -4) 📝 `dns/geodns.conf.sample` (+5 -0) 📝 `geodns.go` (+19 -3) 📝 `geoip.go` (+3 -3) 📝 `log.go` (+7 -2) 📝 `serve.go` (+8 -5) ➕ `statsd.go` (+106 -0) 📝 `zone.go` (+1 -0) 📝 `zones.go` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:16:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/geodns#133
No description provided.