Skip to content

Commit

Permalink
docs(exp): explain what the experimental namespace is (#439)
Browse files Browse the repository at this point in the history
This adds an experimental package/namespace `exp` used to experiment
features related to the `hcloud-go` library without any promise of
stability.
  • Loading branch information
jooola committed May 13, 2024
1 parent 303bd79 commit 0c9ff2f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hcloud/exp/README.md
@@ -0,0 +1,8 @@
# Experimental

The `exp` namespace holds experimental features for the `hcloud-go` library.

> [!CAUTION]
> Breaking changes may occur without notice. Do not use in production!
When an API reaches a certain level of stability, it may be moved out of the `exp` namespace.
4 changes: 4 additions & 0 deletions hcloud/exp/doc.go
@@ -0,0 +1,4 @@
// Package exp is a namespace that holds experimental features for the `hcloud-go` library.
//
// Breaking changes may occur without notice. Do not use in production!
package exp

0 comments on commit 0c9ff2f

Please sign in to comment.