Skip to content

Commit f0f535b

Browse files
committed
Fix frontend errors
1 parent 257436a commit f0f535b

File tree

2 files changed

+3
-1
lines changed
  • go/ql/test/library-tests/semmle/go/dataflow/flowsources/local/environment

2 files changed

+3
-1
lines changed

go/ql/test/library-tests/semmle/go/dataflow/flowsources/local/environment/test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func godotenvEnvironmentVariables() {
5050
return
5151
}
5252

53-
greeting := greetings["HELLO"]
53+
greeting = greetings["HELLO"]
5454

5555
fmt.Printf("%s, %s!\n", greeting, username)
5656
}

go/ql/test/library-tests/semmle/go/dataflow/flowsources/local/environment/vendor/github.com/joho/godotenv/stub.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)