在 Puppet 中,可以使用 ERB 在文件中查找变量,例如:
<% @values.each do |val| -%>
Some stuff with <%= val %>
<% end -%>
如何使用 Go 做同样的事情?
潇潇雨雨
相关分类