ARO-RP/deps.go

12 строки
178 B
Go
Исходник Постоянная ссылка Обычный вид История

2022-06-15 03:10:42 +03:00
//go:build tools
// +build tools
package main
// Copyright (c) Microsoft Corporation.
// Licensed under the Apache License 2.0.
import (
_ "go.uber.org/mock/mockgen/model"
)