golang formatter

Look! there's a flower!·2024년 6월 7일

To format your code, you can use the gofmt tool directly:

gofmt -w yourcode.go
Or you can use the “go fmt” command:

go fmt path/to/your/package

profile
Why don't you take a look around for a moment?

0개의 댓글