Skip to content

Commit b3967c7

Browse files
brianterryRJ Lohan
authored andcommitted
update build tags (#91)
1 parent 05119e0 commit b3967c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cfn/callback/callback.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
// +build callback
2+
13
/*
24
Package callback provides functions for creating resource providers
35
that may need to be called multiple times while waiting
46
for resources to settle.
57
*/
68
package callback
79

8-
// +build callback
9-
1010
import (
1111
"fmt"
1212
"log"

cfn/logging/logging.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
// +build logging
2+
13
/*
24
Package logging provides support for logging to cloudwatch
35
within resource providers.
46
*/
57
package logging
68

7-
// +build logging
8-
99
import (
1010
"io"
1111
"log"

0 commit comments

Comments
 (0)