We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05119e0 commit b3967c7Copy full SHA for b3967c7
cfn/callback/callback.go
@@ -1,12 +1,12 @@
1
+// +build callback
2
+
3
/*
4
Package callback provides functions for creating resource providers
5
that may need to be called multiple times while waiting
6
for resources to settle.
7
*/
8
package callback
9
-// +build callback
-
10
import (
11
"fmt"
12
"log"
cfn/logging/logging.go
@@ -1,11 +1,11 @@
+// +build logging
Package logging provides support for logging to cloudwatch
within resource providers.
package logging
-// +build logging
"io"
0 commit comments