Merge pull request #4203 from karl-zylinski/file-tags-without-comments

Make tags use #+ syntax instead of //+
This commit is contained in:
gingerBill
2024-09-19 12:36:43 +01:00
committed by GitHub
332 changed files with 665 additions and 510 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
The code started out as an idiomatic source port of libTomMath, which is in the public domain, with thanks.
*/
//+build ignore
#+build ignore
package math_big
import "core:time"
+1 -1
View File
@@ -1,4 +1,4 @@
//+build !js
#+build !js
package math
import "base:intrinsics"
+1 -1
View File
@@ -1,4 +1,4 @@
//+build js
#+build js
package math
import "base:intrinsics"
+1 -1
View File
@@ -4,7 +4,7 @@
Ported from https://github.com/KdotJPG/OpenSimplex2.
Copyright 2022 Yuki2 (https://github.com/NoahR02)
*/
//+private
#+private
package math_noise
/*