github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/platform/platform_msg.go (about) 1 package platform 2 3 const ( 4 // UnmarshalFailedMsg - message raised when platforms configuration unmarshal fails 5 UnmarshalFailedMsg = `could not unmarshal the platforms` 6 )