Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/lib/golang/src/go/doc/comment
File: mkstd.sh
#!/bin/bash
[0] Fix | Delete
# Copyright 2022 The Go Authors. All rights reserved.
[1] Fix | Delete
# Use of this source code is governed by a BSD-style
[2] Fix | Delete
# license that can be found in the LICENSE file.
[3] Fix | Delete
[4] Fix | Delete
# This could be a good use for embed but go/doc/comment
[5] Fix | Delete
# is built into the bootstrap go command, so it can't use embed.
[6] Fix | Delete
# Also not using embed lets us emit a string array directly
[7] Fix | Delete
# and avoid init-time work.
[8] Fix | Delete
[9] Fix | Delete
(
[10] Fix | Delete
echo "// Copyright 2022 The Go Authors. All rights reserved.
[11] Fix | Delete
// Use of this source code is governed by a BSD-style
[12] Fix | Delete
// license that can be found in the LICENSE file.
[13] Fix | Delete
[14] Fix | Delete
// Code generated by 'go generate' DO NOT EDIT.
[15] Fix | Delete
//go:generate ./mkstd.sh
[16] Fix | Delete
[17] Fix | Delete
package comment
[18] Fix | Delete
[19] Fix | Delete
var stdPkgs = []string{"
[20] Fix | Delete
go list std | grep -v / | sort | sed 's/.*/"&",/'
[21] Fix | Delete
echo "}"
[22] Fix | Delete
) | gofmt >std.go.tmp && mv std.go.tmp std.go
[23] Fix | Delete
[24] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function