1
0
Fork 0
mirror of https://github.com/emojisum/emojisum.git synced 2024-11-23 16:05:40 +00:00

Use Go 1.17 go:build comment

This commit is contained in:
Mariano Cano 2021-11-01 19:13:49 -07:00
parent 7bbcda6f9d
commit e2538e0443

View file

@ -1,3 +1,4 @@
//go:build ignore
// +build ignore // +build ignore
package main package main