github.com/vnforks/kid/v5@v5.22.1-0.20200408055009-b89d99c65676/imports/placeholder.go (about)

     1  // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
     2  // See LICENSE.txt for license information.
     3  
     4  package imports
     5  
     6  import (
     7  	// This is a placeholder so this package can be imported in Branch Edition when it will be otherwise empty.
     8  	_ "github.com/vnforks/kid/v5/migrations"
     9  )