mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
With Go 1.14 (https://tip.golang.org/doc/go1.14#go-command), it now automatically checks for the existence of a vendor directory. So there is no need to explicitly set the `-mod=vendor` flag.
7 lines
175 B
Go
7 lines
175 B
Go
//go:generate go run config_generator/main.go
|
|
|
|
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
package config
|