From 14686616c19c5b5244c282771c4dda3091740616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Thu, 5 May 2016 14:55:29 +0200 Subject: [PATCH] Add an API stability warning to mechanism.go --- signature/mechanism.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/signature/mechanism.go b/signature/mechanism.go index 02ab0137..715c5a11 100644 --- a/signature/mechanism.go +++ b/signature/mechanism.go @@ -1,3 +1,5 @@ +// Note: Consider the API unstable until the code supports at least three different image formats or transports. + package signature import (