mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-04 06:38:43 +00:00
7 lines
138 B
Go
7 lines
138 B
Go
package main
|
|
|
|
import (
|
|
_ "github.com/clipperhouse/linkedlist"
|
|
_ "github.com/clipperhouse/slice"
|
|
_ "github.com/clipperhouse/stringer"
|
|
)
|