repogen/internal/codegen
sunboyy bdb63c8129
Move function body generation into codegen package (#35)
* Move function body generation into codegen package
2023-04-18 20:21:46 +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 Move function body generation into codegen package (#35) 2023-04-18 20:21:46 +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 Segregate base code generation logic to a new package (#31) 2022-10-18 19:37:50 +07:00
struct_test.go Segregate base code generation logic to a new package (#31) 2022-10-18 19:37:50 +07:00