-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2f01af
commit 6088bbe
Showing
8 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// DON'T EDIT THIS! | ||
// | ||
// Codecrafters relies on this file being intact to run tests successfully. Any changes | ||
// here will not reflect when CodeCrafters tests your code, and might even cause build | ||
// failures. | ||
// | ||
// DON'T EDIT THIS! | ||
|
||
module github.com/codecrafters-io/redis-starter-go | ||
|
||
go 1.19 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
FROM golang:1.19-alpine | ||
|
||
ENV CODECRAFTERS_DEPENDENCY_FILE_PATHS="go.mod,go.sum" | ||
|
||
WORKDIR /app | ||
|
||
COPY go.mod go.sum ./ | ||
|
||
RUN go mod graph | awk '{if ($1 !~ "@") print $2}' | xargs -r go get | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// DON'T EDIT THIS! | ||
// | ||
// Codecrafters relies on this file being intact to run tests successfully. Any changes | ||
// here will not reflect when CodeCrafters tests your code, and might even cause build | ||
// failures. | ||
// | ||
// DON'T EDIT THIS! | ||
|
||
module github.com/codecrafters-io/redis-starter-go | ||
|
||
go 1.19 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// DON'T EDIT THIS! | ||
// | ||
// Codecrafters relies on this file being intact to run tests successfully. Any changes | ||
// here will not reflect when CodeCrafters tests your code, and might even cause build | ||
// failures. | ||
// | ||
// DON'T EDIT THIS! | ||
|
||
module github.com/codecrafters-io/redis-starter-go | ||
|
||
go 1.19 |
Empty file.