Fix mmctl build for FreeBSD (#29112)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
751d84bf13
Коммит
d3c18ee369
@@ -1,8 +1,8 @@
|
|||||||
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||||||
// See LICENSE.txt for license information.
|
// See LICENSE.txt for license information.
|
||||||
|
|
||||||
//go:build linux || darwin
|
//go:build linux || darwin || freebsd
|
||||||
// +build linux darwin
|
// +build linux darwin freebsd
|
||||||
|
|
||||||
package commands
|
package commands
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user