File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type server struct {
17
17
proto2015.SolutionServiceServer
18
18
}
19
19
20
- func (s * server ) Day1 (ctx context.Context , in * proto2015.SolutionRequest ) (* aoc2015 .SolutionResponse , error ) {
20
+ func (s * server ) Day1 (ctx context.Context , in * proto2015.SolutionRequest ) (* proto2015 .SolutionResponse , error ) {
21
21
input := in .Input
22
22
23
23
return & proto2015.SolutionResponse {
@@ -26,7 +26,7 @@ func (s *server) Day1(ctx context.Context, in *proto2015.SolutionRequest) (*aoc2
26
26
}, nil
27
27
}
28
28
29
- func (s * server ) Day2 (ctx context.Context , in * proto2015.SolutionRequest ) (* aoc2015 .SolutionResponse , error ) {
29
+ func (s * server ) Day2 (ctx context.Context , in * proto2015.SolutionRequest ) (* proto2015 .SolutionResponse , error ) {
30
30
input := in .Input
31
31
32
32
return & proto2015.SolutionResponse {
You can’t perform that action at this time.
0 commit comments