mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-01-01 01:38:26 +00:00
8 lines
68 B
Go
8 lines
68 B
Go
|
// +build !riotweb
|
||
|
|
||
|
package embed
|
||
|
|
||
|
func Embed(_ int, _ string) {
|
||
|
|
||
|
}
|