mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-18 08:26:45 +02:00
8 lines
138 B
Go
8 lines
138 B
Go
package main
|
|
|
|
import (
|
|
_ "github.com/clipperhouse/linkedlist"
|
|
_ "github.com/clipperhouse/slice"
|
|
_ "github.com/clipperhouse/stringer"
|
|
)
|