Skip to content
This repository was archived by the owner on Nov 6, 2021. It is now read-only.

Commit ad6ba87

Browse files
committed
add a fixme
1 parent cf63ba3 commit ad6ba87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/generators/gor_generator.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def gofmt_go_files
121121
end
122122

123123
def generate_go_docs
124+
# FIXME: godoc command not support -html flag after Go 1.12
124125
models_dir = Rails.root.join('go_app', 'models').to_s
125126
return unless Dir.exist?(File.expand_path(models_dir))
126127
doc_dir = File.join(models_dir, "doc")

0 commit comments

Comments
 (0)