blob: 993266bec25b0566c9a4adba3d7b25a86c594e95 (
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 zoom
func Asset(name string) ([]byte, error) {
return nil, nil
}
|