mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:31:54 +00:00
6 lines
78 B
Go
6 lines
78 B
Go
package temporarysettings
|
|
|
|
type TemporarySettings struct {
|
|
Contents string
|
|
}
|