()
| 96 | } |
| 97 | |
| 98 | func (b *Builder) WithServerInstructions() *Builder { |
| 99 | b.generateInstructions = true |
| 100 | return b |
| 101 | } |
| 102 | |
| 103 | // WithToolsets specifies which toolsets should be enabled. |
| 104 | // Special keywords: |
no outgoing calls
no test coverage detected