This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/devgo/src/github.com/carlisia/gc6-carlisia | |
☻ cat commands/labyrinth.go ruby-2.2.0p0 master 109bbc4 ✗ | |
// Copyright © 2015 Steve Francia <[email protected]>. | |
// | |
// Licensed under the Apache License, Version 2.0 (the "License"); | |
// you may not use this file except in compliance with the License. | |
// You may obtain a copy of the License at | |
// | |
// http://www.apache.org/licenses/LICENSE-2.0 | |
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/devgo/src/github.com/carlisia/gc6-carlisia | |
☻ cat commands/author.go ruby-2.2.0p0 master 109bbc4 ✗ | |
// Copyright © 2015 Steve Francia <[email protected]>. | |
// | |
// Licensed under the Apache License, Version 2.0 (the "License"); | |
// you may not use this file except in compliance with the License. | |
// You may obtain a copy of the License at | |
// | |
// http://www.apache.org/licenses/LICENSE-2.0 | |
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
☻ ./labyrinth daedalus --help ruby-2.2.0p0 master 109bbc4 ✗ | |
panic: shorthand redefinition | |
goroutine 1 [running]: | |
github.com/spf13/pflag.(*FlagSet).AddFlag(0xc20805ab80, 0xc2080a0510) | |
/Users/carlisiacampos/devgo/src/github.com/spf13/pflag/flag.go:545 +0xb8f | |
github.com/spf13/cobra.func·019(0xc2080a0510) | |
/Users/carlisiacampos/devgo/src/github.com/spf13/cobra/command.go:1069 +0x8c | |
github.com/spf13/pflag.(*FlagSet).VisitAll(0xc20805ac80, 0xc208063770) | |
/Users/carlisiacampos/devgo/src/github.com/spf13/pflag/flag.go:234 +0x88 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The MIT License (MIT) | |
Copyright (c) 2015 Francis Batac | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. |