blob: 46fc381c44655b15e4d8e34f755f786a3e5fd913 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
// +build !amd64 !darwin,!linux,!windows
package jira
func Asset(name string) ([]byte, error) {
return nil, nil
}
|