mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-09 09:05:26 +00: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"
|
||
|
)
|