mirror of
https://gitea.com/gitea/act_runner.git
synced 2025-12-20 11:02:41 +00:00
12 lines
209 B
Go
12 lines
209 B
Go
|
|
// Copyright 2023 The Gitea Authors. All rights reserved.
|
||
|
|
// SPDX-License-Identifier: MIT
|
||
|
|
|
||
|
|
//go:build !cgo
|
||
|
|
// +build !cgo
|
||
|
|
|
||
|
|
package artifactcache
|
||
|
|
|
||
|
|
import _ "modernc.org/sqlite"
|
||
|
|
|
||
|
|
var sqliteDriverName = "sqlite"
|