Skip to content

Commit

Permalink
Add missing import statements. (googlecodelabs#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonRider0o0 authored Jul 8, 2021
1 parent 8dceb15 commit f96ab57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions claat/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
// limitations under the License.
package util

import (
"strings"
"unicode"
)

// ImgDirname is where a codelab images are stored,
// relative to the codelab dir.
const ImgDirname = "img"
Expand Down

0 comments on commit f96ab57

Please sign in to comment.