This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
forge
mirror of
https://github.com/brettlangdon/forge.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
12
Wiki
Activity
Browse Source
fix imports
pull/16/head
Brett Langdon
11 years ago
parent
ca72af6cf3
commit
9aa7c393d4
3 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config/integer.go
+1
-1
config/null.go
+1
-1
config/string.go
+ 1
- 1
config/integer.go
View File
@ -1,4 +1,4 @@
package
config
Types
package
config
type
IntegerValue
struct
{
type
IntegerValue
struct
{
Name
string
Name
string
+ 1
- 1
config/null.go
View File
@ -1,4 +1,4 @@
package
config
Types
package
config
type
NullValue
struct
{
type
NullValue
struct
{
Name
string
Name
string
+ 1
- 1
config/string.go
View File
@ -1,4 +1,4 @@
package
config
Types
package
config
type
StringValue
struct
{
type
StringValue
struct
{
Name
string
Name
string
Write
Preview
Loading…
Cancel
Save