
gofmt no longer supports `tabs` and `tabwidth`, but we still require exactly-4-space tabs to preserve the narrow layout on gobyexample.com, so re-implement this functionality with sed.
8 lines
63 B
Bash
Executable File
8 lines
63 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
tools/format
|
|
tools/measure
|
|
tools/generate
|