Skip to content

Commit

Permalink
Update the go version used and fix code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ojarjur committed Sep 30, 2023
1 parent 94c0935 commit 487d474
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/google/todo-tracks

go 1.14
go 1.22
8 changes: 5 additions & 3 deletions utils/resource-constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ limitations under the License.
// Program resource-constants generates Go source files that embed resource files read at compile time.
//
// Usage:
// bin/resource-constants --base_dir <directory-with-static-files>/ > src/resources/constants.go
//
// bin/resource-constants --base_dir <directory-with-static-files>/ > src/resources/constants.go
//
// Using the generated code:
// import "resources"
//
// var fileContents = resources.Constants["fileName"]
// import "resources"
//
// var fileContents = resources.Constants["fileName"]
package main

import (
Expand Down

0 comments on commit 487d474

Please sign in to comment.