Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果不匹配,有没有办法使用领事模板进行过滤?
就像是
{{services NOT "@east-aws"}} ...
我在存储库自述文件中找不到它
好的,想通了。
{{ range services }} {{ if ne .Name "name-of-service" }} ...... {{ end }} {{ end }}