repogen/internal/codegen
2023-04-19 19:42:08 +07:00
..
base.go Segregate base code generation logic to a new package (#31) 2022-10-18 19:37:50 +07:00
body.go Move function body generation into codegen package (#35) 2023-04-18 20:21:46 +07:00
body_test.go Move function body generation into codegen package (#35) 2023-04-18 20:21:46 +07:00
builder.go Segregate base code generation logic to a new package (#31) 2022-10-18 19:37:50 +07:00
builder_test.go Fix struct tag with spaces as values (#36) 2023-04-19 19:42:08 +07:00
function.go Move function body generation into codegen package (#35) 2023-04-18 20:21:46 +07:00
function_test.go Move function body generation into codegen package (#35) 2023-04-18 20:21:46 +07:00
method.go Move function body generation into codegen package (#35) 2023-04-18 20:21:46 +07:00
method_test.go Move function body generation into codegen package (#35) 2023-04-18 20:21:46 +07:00
struct.go Fix struct tag with spaces as values (#36) 2023-04-19 19:42:08 +07:00
struct_test.go Fix struct tag with spaces as values (#36) 2023-04-19 19:42:08 +07:00