mirror of
https://github.com/github/codeql.git
synced 2026-08-03 17:03:02 +02:00
We no longer need the platform-specific directories, so simplify the test organization. If you want to retain the `linux` directory for two tests, or not do this at all, just skip merging this PR. It's purely optional.
9 lines
137 B
Go
9 lines
137 B
Go
package test
|
|
|
|
import linodedocstheme "github.com/linode/linode-docs-theme"
|
|
|
|
func Test() {
|
|
theme := linodedocstheme.Theme{}
|
|
_ = theme
|
|
}
|