
* c2f6784 AST * 9e4d962 Use x/tools/imports to insert import statement * bb7649f move builder to godog package * 2892dd1 add build func documentation
7 строки
116 Б
Go
7 строки
116 Б
Go
package godog
|
|
|
|
import "log"
|
|
|
|
func Run() {
|
|
log.Println("running godoc, num registered steps:", len(stepHandlers))
|
|
}
|