blob: 90695abe48eb8a93219551888d9f9e9e747d58d1 (
plain)
1
2
3
4
5
6
|
#!/usr/bin/env bash
# Copyright (c) 2023 Nicolas Paul All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
goimports -e -w -l .
|