metrics: fix compilation for GOOS=js (#23449)

This commit is contained in:
Felix Lange
2021-08-24 20:54:55 +02:00
committed by GitHub
parent b69f5ca7d4
commit a789dcc978
6 changed files with 7 additions and 6 deletions

View File

@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// +build ios
// +build ios js
package metrics