Sha256: 06f522ab1950753272008ef7620ccb1038be0950b7abf3ad808d5c9d2db0f23f
Contents?: true
Size: 601 Bytes
Versions: 14
Compression:
Stored size: 601 Bytes
Contents
<%- if user_editable? -%> // You can edit this file. goa_model_gen doesn't overwrite this file. <%- else -%> // DO NOT EDIT this file. <%- end -%> <%- if config.generator_version_comment -%> // This code generated by goa_model_gen-<%= GoaModelGen::VERSION %> <%- end -%> package <%= package %> <%- unless dependencies.empty? -%> import ( <%= golang_helper.partition(dependencies.keys).map do |group| group.map do |path| ailas_name = dependencies[path] ailas_name ? "\t#{ailas_name} \"#{path}\"" : "\t\"#{path}\"" end.join("\n") end.join("\n\n") %> ) <%- end -%> <%= body %>
Version data entries
14 entries across 14 versions & 1 rubygems