mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Go: autoformat
This commit is contained in:
@@ -487,8 +487,8 @@ func extract(workspace project.GoWorkspace) bool {
|
|||||||
|
|
||||||
// Build the project and run the extractor.
|
// Build the project and run the extractor.
|
||||||
func installDependenciesAndBuild() {
|
func installDependenciesAndBuild() {
|
||||||
// do not print experiments the autobuilder was built with if any, only the version
|
// do not print experiments the autobuilder was built with if any, only the version
|
||||||
version := strings.SplitN(runtime.Version(), " ", 2)[0]
|
version := strings.SplitN(runtime.Version(), " ", 2)[0]
|
||||||
log.Printf("Autobuilder was built with %s, environment has %s\n", version, toolchain.GetEnvGoVersion())
|
log.Printf("Autobuilder was built with %s, environment has %s\n", version, toolchain.GetEnvGoVersion())
|
||||||
|
|
||||||
srcdir := getSourceDir()
|
srcdir := getSourceDir()
|
||||||
|
|||||||
Reference in New Issue
Block a user