8 lines
86 B
Go
8 lines
86 B
Go
package main
|
|
|
|
import "context"
|
|
|
|
func Build(ctx context.Context) error {
|
|
return nil
|
|
}
|