1
0
mirror of https://github.com/gluster/glusterd2.git synced 2026-02-05 12:45:38 +01:00

Correct package names for glusterd2 and glustercli

This commit is contained in:
Kaushal M
2017-11-15 20:02:47 +05:30
parent 3389993b50
commit d67bbcc12d
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
package glustercli
package main
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package glustercli
package main
import (
"os"

View File

@@ -1,4 +1,4 @@
package glusterd2
package main
import (
"encoding/json"

View File

@@ -1 +1 @@
package glusterd2
package main

View File

@@ -1,4 +1,4 @@
package glusterd2
package main
import (
"io"

View File

@@ -1,4 +1,4 @@
package glusterd2
package main
import (
"os"