sunlibo 2 vuotta sitten
vanhempi
commit
00bae8b186
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 1 0
      .gitignore
  2. 1 1
      resourceChannel/resourceChannel.go

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+.idea

+ 1 - 1
resource_channel/resource_channel.go → resourceChannel/resourceChannel.go

@@ -1,4 +1,4 @@
-package resource_channel
+package resourceChannel
 
 import (
 	"bytes"