File tree 14 files changed +0
-133
lines changed
14 files changed +0
-133
lines changed Original file line number Diff line number Diff line change 1
- // DON'T EDIT THIS!
2
- //
3
- // Codecrafters relies on this file being intact to run tests successfully. Any changes
4
- // here will not reflect when CodeCrafters tests your code, and might even cause build
5
- // failures.
6
- //
7
- // DON'T EDIT THIS!
8
-
9
1
module github.com/codecrafters-io/redis-starter-go
10
2
11
3
go 1.24.0
Original file line number Diff line number Diff line change 1
- # DON'T EDIT THIS!
2
- #
3
- # Codecrafters relies on this file being intact to run tests successfully. Any changes
4
- # here will not reflect when CodeCrafters tests your code, and might even cause build
5
- # failures.
6
- #
7
- # DON'T EDIT THIS!
8
-
9
1
name : codecrafters-redis
10
2
version : 0.1.0.0
11
3
license : BSD3
Original file line number Diff line number Diff line change 1
- # DON'T EDIT THIS!
2
- #
3
- # Codecrafters relies on this file being intact to run tests successfully. Any changes
4
- # here will not reflect when CodeCrafters tests your code, and might even cause build
5
- # failures.
6
- #
7
- # DON'T EDIT THIS!
8
1
resolver : lts-23.18
9
2
10
3
packages :
Original file line number Diff line number Diff line change 1
- # DON'T EDIT THIS!
2
- #
3
- # Codecrafters relies on this file being intact to run tests successfully. Any changes
4
- # here will not reflect when CodeCrafters tests your code, and might even cause build
5
- # failures.
6
- #
7
- # DON'T EDIT THIS!
8
1
[package ]
9
2
name = " codecrafters-redis"
10
3
version = " 0.1.0"
11
4
authors = [
" Codecrafters <[email protected] >" ]
12
5
edition = " 2021"
13
6
14
- # DON'T EDIT THIS!
15
- #
16
- # Codecrafters relies on this file being intact to run tests successfully. Any changes
17
- # here will not reflect when CodeCrafters tests your code, and might even cause build
18
- # failures.
19
- #
20
- # DON'T EDIT THIS!
21
7
[dependencies ]
22
8
anyhow = " 1.0.59" # error handling
23
9
bytes = " 1.3.0" # helps manage buffers
Original file line number Diff line number Diff line change 1
- // DON'T EDIT THIS!
2
- //
3
- // Codecrafters relies on this file being intact to run tests successfully. Any changes
4
- // here will not reflect when CodeCrafters tests your code, and might even cause build
5
- // failures.
6
- //
7
- // DON'T EDIT THIS!
8
-
9
1
module github.com/codecrafters-io/redis-starter-go
10
2
11
3
go 1.24.0
Original file line number Diff line number Diff line change 1
- // DON'T EDIT THIS!
2
- //
3
- // Codecrafters relies on this file being intact to run tests successfully. Any changes
4
- // here will not reflect when CodeCrafters tests your code, and might even cause build
5
- // failures.
6
- //
7
- // DON'T EDIT THIS!
8
-
9
1
module github.com/codecrafters-io/redis-starter-go
10
2
11
3
go 1.24.0
Original file line number Diff line number Diff line change 1
- # DON'T EDIT THIS!
2
- #
3
- # Codecrafters relies on this file being intact to run tests successfully. Any changes
4
- # here will not reflect when CodeCrafters tests your code, and might even cause build
5
- # failures.
6
- #
7
- # DON'T EDIT THIS!
8
-
9
1
name : codecrafters-redis
10
2
version : 0.1.0.0
11
3
license : BSD3
Original file line number Diff line number Diff line change 1
- # DON'T EDIT THIS!
2
- #
3
- # Codecrafters relies on this file being intact to run tests successfully. Any changes
4
- # here will not reflect when CodeCrafters tests your code, and might even cause build
5
- # failures.
6
- #
7
- # DON'T EDIT THIS!
8
1
resolver : lts-23.18
9
2
10
3
packages :
Original file line number Diff line number Diff line change 1
- # DON'T EDIT THIS!
2
- #
3
- # Codecrafters relies on this file being intact to run tests successfully. Any changes
4
- # here will not reflect when CodeCrafters tests your code, and might even cause build
5
- # failures.
6
- #
7
- # DON'T EDIT THIS!
8
1
[package ]
9
2
name = " codecrafters-redis"
10
3
version = " 0.1.0"
11
4
authors = [
" Codecrafters <[email protected] >" ]
12
5
edition = " 2021"
13
6
14
- # DON'T EDIT THIS!
15
- #
16
- # Codecrafters relies on this file being intact to run tests successfully. Any changes
17
- # here will not reflect when CodeCrafters tests your code, and might even cause build
18
- # failures.
19
- #
20
- # DON'T EDIT THIS!
21
7
[dependencies ]
22
8
anyhow = " 1.0.59" # error handling
23
9
bytes = " 1.3.0" # helps manage buffers
Original file line number Diff line number Diff line change 1
- # DON'T EDIT THIS!
2
- #
3
- # Codecrafters relies on this file being intact to run tests successfully. Any changes
4
- # here will not reflect when CodeCrafters tests your code, and might even cause build
5
- # failures.
6
- #
7
- # DON'T EDIT THIS!
8
1
[package ]
9
2
name = " codecrafters-redis"
10
3
version = " 0.1.0"
11
4
authors = [
" Codecrafters <[email protected] >" ]
12
5
edition = " 2021"
13
6
14
- # DON'T EDIT THIS!
15
- #
16
- # Codecrafters relies on this file being intact to run tests successfully. Any changes
17
- # here will not reflect when CodeCrafters tests your code, and might even cause build
18
- # failures.
19
- #
20
- # DON'T EDIT THIS!
21
7
[dependencies ]
22
8
anyhow = " 1.0.59" # error handling
23
9
bytes = " 1.3.0" # helps manage buffers
Original file line number Diff line number Diff line change 1
- // DON'T EDIT THIS!
2
- //
3
- // Codecrafters relies on this file being intact to run tests successfully. Any changes
4
- // here will not reflect when CodeCrafters tests your code, and might even cause build
5
- // failures.
6
- //
7
- // DON'T EDIT THIS!
8
-
9
1
module github.com/codecrafters-io/redis-starter-go
10
2
11
3
go 1.24.0
Original file line number Diff line number Diff line change 1
- # DON'T EDIT THIS!
2
- #
3
- # Codecrafters relies on this file being intact to run tests successfully. Any changes
4
- # here will not reflect when CodeCrafters tests your code, and might even cause build
5
- # failures.
6
- #
7
- # DON'T EDIT THIS!
8
-
9
1
name : codecrafters-redis
10
2
version : 0.1.0.0
11
3
license : BSD3
Original file line number Diff line number Diff line change 1
- # DON'T EDIT THIS!
2
- #
3
- # Codecrafters relies on this file being intact to run tests successfully. Any changes
4
- # here will not reflect when CodeCrafters tests your code, and might even cause build
5
- # failures.
6
- #
7
- # DON'T EDIT THIS!
8
1
resolver : lts-23.18
9
2
10
3
packages :
Original file line number Diff line number Diff line change 1
- # DON'T EDIT THIS!
2
- #
3
- # Codecrafters relies on this file being intact to run tests successfully. Any changes
4
- # here will not reflect when CodeCrafters tests your code, and might even cause build
5
- # failures.
6
- #
7
- # DON'T EDIT THIS!
8
1
[package ]
9
2
name = " codecrafters-redis"
10
3
version = " 0.1.0"
11
4
authors = [
" Codecrafters <[email protected] >" ]
12
5
edition = " 2021"
13
6
14
- # DON'T EDIT THIS!
15
- #
16
- # Codecrafters relies on this file being intact to run tests successfully. Any changes
17
- # here will not reflect when CodeCrafters tests your code, and might even cause build
18
- # failures.
19
- #
20
- # DON'T EDIT THIS!
21
7
[dependencies ]
22
8
anyhow = " 1.0.59" # error handling
23
9
bytes = " 1.3.0" # helps manage buffers
You can’t perform that action at this time.
0 commit comments