diff options
Diffstat (limited to 'internal/rosa/rosa.go')
| -rw-r--r-- | internal/rosa/rosa.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/rosa/rosa.go b/internal/rosa/rosa.go index c3b6a3ed..cb2985ef 100644 --- a/internal/rosa/rosa.go +++ b/internal/rosa/rosa.go @@ -114,6 +114,10 @@ const ( // Std denotes the standard Rosa OS toolchain. Std + + // _toolchainEnd is the total number of toolchains available and does not + // denote a valid toolchain. + _toolchainEnd ) // stage3Concat concatenates s and values. If the current toolchain is |
