gotygen/README.md

408 B

gotygen

Golang types generator tool

Configuration

Example .gotygen

packages:
  - name: "test"
    output: "./pkc/test/types.go"
    acronyms: ["ID", "JSON"] 
    inputs: 
      - name: "Response"
        path: "./api/test/response1.json"
      - name: "Response"
        path: "./api/test/response2.json"
    replacements:
      - "Response.Context:ResponseContext"