Skip to content

Commit

Permalink
Merge pull request #264 from signalfx/deprecate2
Browse files Browse the repository at this point in the history
Deprecate all packages
  • Loading branch information
atoulme authored Oct 18, 2024
2 parents 8561486 + b533894 commit 3a23efe
Show file tree
Hide file tree
Showing 38 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions clientcfg/client.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package clientcfg

import (
Expand Down
1 change: 1 addition & 0 deletions datapoint/cast.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package datapoint

import (
Expand Down
1 change: 1 addition & 0 deletions datapoint/dplocal/local.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package dplocal

import (
Expand Down
1 change: 1 addition & 0 deletions datapoint/dpsink/counter.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package dpsink

import (
Expand Down
1 change: 1 addition & 0 deletions datapoint/dptest/basicsink.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package dptest

import (
Expand Down
1 change: 1 addition & 0 deletions dataunit/dataunit.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package dataunit

// Size represents a measurement of data and can return that measurement
Expand Down
2 changes: 2 additions & 0 deletions disco/disco.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Deprecated: this package is no longer supported.
//
//nolint:gocritic
package disco

Expand Down
1 change: 1 addition & 0 deletions distconf/bool.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package distconf

import (
Expand Down
1 change: 1 addition & 0 deletions env/env.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package env

import (
Expand Down
1 change: 1 addition & 0 deletions errors/analyze.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package errors

import (
Expand Down
1 change: 1 addition & 0 deletions event/event.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package event

import (
Expand Down
1 change: 1 addition & 0 deletions eventcounter/eventcounter.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package eventcounter

import (
Expand Down
1 change: 1 addition & 0 deletions explorable/explorable.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package explorable

import (
Expand Down
1 change: 1 addition & 0 deletions expvar2/handler.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package expvar2

import (
Expand Down
1 change: 1 addition & 0 deletions go-metrics/exporter.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package go_metrics

import (
Expand Down
1 change: 1 addition & 0 deletions gojavahash/gojavahash.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Package gojavahash implements a ServerSelector for gomemcache that provides
// hashing that's compatible with SpyMemcached's native (e.g. java) hashing.
// This is based very closely on the excellent https://github.com/thatguystone/gomcketama
// Deprecated: this package is no longer supported.
package gojavahash

import (
Expand Down
2 changes: 2 additions & 0 deletions httpdebug/pprof14.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//go:build !go1.5
// +build !go1.5

// Deprecated: this package is no longer supported.
package httpdebug

import (
Expand Down
1 change: 1 addition & 0 deletions log/channel.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package log

// ChannelLogger creates a logger that sends log messages to a channel. It's useful for testing and buffering
Expand Down
1 change: 1 addition & 0 deletions logkey/keys.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package logkey

import "github.com/signalfx/golib/v3/log"
Expand Down
1 change: 1 addition & 0 deletions logsink/logsink.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package logsink

import (
Expand Down
1 change: 1 addition & 0 deletions maestro/load.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package maestro

import (
Expand Down
1 change: 1 addition & 0 deletions metadata/aws/ec2metadata/ec2.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package ec2metadata

import (
Expand Down
1 change: 1 addition & 0 deletions metadata/hostmetadata/host.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package hostmetadata

import (
Expand Down
1 change: 1 addition & 0 deletions nettest/tcpport.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package nettest

import (
Expand Down
1 change: 1 addition & 0 deletions pointer/pointer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package pointer

import (
Expand Down
1 change: 1 addition & 0 deletions reportsha/reportsha.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package reportsha

import (
Expand Down
1 change: 1 addition & 0 deletions safeexec/safeexec.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package safeexec

import (
Expand Down
1 change: 1 addition & 0 deletions sfxclient/cumulativebucket.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package sfxclient

import (
Expand Down
1 change: 1 addition & 0 deletions sfxclient/spanfilter/spanfilter.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package spanfilter

import (
Expand Down
1 change: 1 addition & 0 deletions sfxtest/sfxtest.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package sfxtest

import "sync"
Expand Down
1 change: 1 addition & 0 deletions timekeeper/timekeeper.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package timekeeper

import "time"
Expand Down
1 change: 1 addition & 0 deletions timekeeper/timekeepertest/timekeepertest.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package timekeepertest

import (
Expand Down
1 change: 1 addition & 0 deletions trace/format/format.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package traceformat

import "github.com/signalfx/golib/v3/trace"
Expand Down
1 change: 1 addition & 0 deletions trace/trace.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package trace

import (
Expand Down
1 change: 1 addition & 0 deletions trace/translator/batcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Deprecated: this package is no longer supported.
package translator

import (
Expand Down
1 change: 1 addition & 0 deletions web/bucketreqcounter.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package web

import (
Expand Down
1 change: 1 addition & 0 deletions zkplus/builder.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package zkplus

import (
Expand Down
1 change: 1 addition & 0 deletions zkplus/zktest/zktest.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: this package is no longer supported.
package zktest

import (
Expand Down

0 comments on commit 3a23efe

Please sign in to comment.