mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-26 09:03:00 +00:00
5 lines
252 B
Go
5 lines
252 B
Go
// Package testutils contains helpers for tests such as HTTP servers and mock
|
|
// clients. It is used by unit and integration tests within this repository.
|
|
// Note: This is an internal package and not intended for direct external use.
|
|
package testutils
|