mirror of
https://github.com/mattermost/mattermost.git
synced 2026-04-14 05:28:31 -04:00
9 lines
179 B
Go
9 lines
179 B
Go
|
|
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||
|
|
// See LICENSE.txt for license information.
|
||
|
|
|
||
|
|
//go:build !requirefips
|
||
|
|
|
||
|
|
package model
|
||
|
|
|
||
|
|
const FIPSEnabled = false
|