9 lines
174 B
Go
9 lines
174 B
Go
// Copyright Earl Warren <contact@earl-warren.org>
|
|
// Copyright Loïc Dachary <loic@dachary.org>
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package options
|
|
|
|
const (
|
|
Name = "gitlab"
|
|
)
|